A sample app that demonstrates how to consume football-data RESTful API
Clone the project repository by running the command below if you use SSH
git clone [email protected]:ammezie/serie-a-standings.git
If you use https, use this instead
git clone https://github.com/ammezie/serie-a-standings.git
Run the command below to install NPM dependencies
npm install
And
npm start
to start the app and visit http://127.0.0.1:3000/ to see the app in action.