Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

206
Views
How can i export data from my express router

I have some route, and it works and render me result

router.get('/', (req, res) => {
    const data = bigCommerce.verify(req.query['signed_payload']);
    res.render('load', { title: 'Welcome!', data: JSON.stringify(data, ['store_hash'])}); 
});

module.exports = router;

But i need get result JSON.stringify(data, ['store_hash']) and export him to the other file like some constant.

How can i do it?

about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!