A simple app that shows BlaBlaCar trips from Paris to Lyon for the same day
- Clone the repository
git clone https://github.com/Ingirorhaun/bbc-search-app.git
- Run
npm install
- Set up an
APIKEY
environmental variable for your api key. It's necessary for you to provide a valid api key for the app to work.
Starts a local server with nodemon to watch for file changes
Uses Jest to run tests. Tests are placed in the __tests__
folder
Starts the local server