Skip to content

ssganesh035/webEngageAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express CSV Generator


Description

This project creates an Express.js route /generate-csv that fetches data from three APIs, generates a CSV file, and returns its file path.


How to Run

  1. Clone the repository: git clone https://github.com/ssganesh035/webEngageAssignment

  2. Navigate to the project folder: cd webEngageAssignment

  3. Install dependencies: npm install

  4. Start the server: node main.js

  5. Make a GET request to: http://localhost:3000/generate-csv


Dependencies

  • Express
  • Axios
  • csv-writer
  • path

File Details

The generated CSV file is saved in the project directory as result.csv.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors