/bbc-search-app

A simple app that shows BlaBlaCar trips from Paris to Lyon for the same day

Primary LanguageJavaScript

BlaBlacar search app

A simple app that shows BlaBlaCar trips from Paris to Lyon for the same day

How to use

Installation

  1. Clone the repository git clone https://github.com/Ingirorhaun/bbc-search-app.git
  2. Run npm install
  3. 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.

Commands

dev

Starts a local server with nodemon to watch for file changes

test

Uses Jest to run tests. Tests are placed in the __tests__ folder

start

Starts the local server