freeCodeCamp / demo-projects

Example certification projects for our programming curriculum
https://www.freecodecamp.org/learn
BSD 3-Clause "New" or "Revised" License
143 stars 90 forks source link

feat: create yelp nightlife api #622

Open a2937 opened 1 month ago

a2937 commented 1 month ago

Checklist:

Relates to #618

On hindsight, asking campers to download a 4GB data source seems like a terrible idea and I also think that requiring campers to sign up for a free trial to Yelp is a terrible idea especially for an academic project.

This is where this project comes in. We serve our own mini API that mimics Yelp and has the routes needed to help campers fulfill the assignment requirements.

I copied over the starter files from the twitch project and still need to finalize the data and routes. But it looks like a decent starter.