diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-17 19:53:20 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-17 19:53:20 +0200 |
commit | 0bd009d4b690fafaca957fcd669a33cf579860fb (patch) | |
tree | 5e8fbd971fcd1e3f2a4fc27fa7d10076b8db41e5 | |
parent | c247325eb75c261047710f71b99df2f9280241ee (diff) |
readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Overview This project has the functionality to fetch data about NBA and store it in csv format files. It also has an API to serve the data. -API is at this [https://luhamus-nba-data.herokuapp.com/](https://luhamus-nba-data.herokuapp.com/). +API is can be found here: [https://luhamus-nba-data.herokuapp.com/](https://luhamus-nba-data.herokuapp.com/). # How to use ## API @@ -14,7 +14,7 @@ You can fetch the data from API as follows: <br> <br> - * For players information, you can search by the team. the endpoint is "/players/{team_name} +* For players information, you can search by the team. the endpoint is "/players/{team_name} * you can get the team name from fetching the teams data from /teams. * Examples with Bulls, Celtics, Hawks: * [https://luhamus-nba-data.herokuapp.com/players/bulls](https://luhamus-nba-data.herokuapp.com/players/bulls). |