diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-17 19:31:44 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-17 19:31:44 +0200 |
commit | 7061856e065b339e5f239439dcd13851ed50444c (patch) | |
tree | 7e5dd5e39dab30ed6d93f0d7240aa80ed6b91126 | |
parent | a2dfb5fdcfc541693f735cd433d33b140c152942 (diff) |
Readme another update
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ From the api you can fetch data as follows: * [https://luhamus-nba-data.herokuapp.com/players/bulls](https://luhamus-nba-data.herokuapp.com/players/bulls). * [https://luhamus-nba-data.herokuapp.com/players/celtics](https://luhamus-nba-data.herokuapp.com/players/celtics). * [https://luhamus-nba-data.herokuapp.com/players/hawks](https://luhamus-nba-data.herokuapp.com/players/hawks). - - NB: you shouldn't use the "fullName", like "Chicago Bulls". + > :warning: You shouldn't use the "fullName", like "Chicago Bulls". ### API on localhost To run the API locally, you should first clone the Repo and do the following: @@ -39,7 +39,7 @@ where reload option is for development. Code for fetching data in in directory AllAboutData, where the fetched data will also be stored. To use the data fetching script, you should follow the same steps as -for running API locally. Then you should make a file +for [running API locally](### API on localhost). Then you should make a file ``` .env ``` |