Skip to content

Commit ba17e64

Browse files
authored
Update README.md
1 parent ef5536c commit ba17e64

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

+5-13
Original file line numberDiff line numberDiff line change
@@ -71,29 +71,21 @@ Using `Python>=3.8`, install dependencies with `pip install -r requirements.txt`
7171
See [http://localhost:8000/docs](http://localhost:8000/docs) for auto-generated Swagger API documentation.
7272

7373
## Quick start using open pharamacy location data on local development server
74-
1.) Set up a postgresql instance with PostGIS
74+
1. Set up a postgresql instance with PostGIS
7575

76-
2.) Perform installation as indicated in *"Installation"* section.
76+
2. Perform installation as indicated in *"Installation"* section.
7777

78-
3.) Download Rx Open's pharacy location database from https://rxopen.org/api/v1/map/download/facility and place the resulting `facility.csv` in the project's root folder.
78+
3. Download Rx Open's pharacy location database from https://rxopen.org/api/v1/map/download/facility and place the resulting `facility.csv` in the project's root folder.
7979

80-
4.) Execute `python import-pharmacies.py`
80+
4. Execute `python import-pharmacies.py`
8181

82-
5.) Run development server, as indicated in *"Running"* section.
82+
5. Run development server, as indicated in *"Running"* section.
8383

8484
You should now be able to issue http requests using the API endpoints against the local server, such as `http://localhost:8000/nearest/100/pharmacies/to/75001`
8585

8686
## Running in Azure
8787
This software can run in an Azure App Service with the custom startup command `python -m uvicorn main:app --host 0.0.0.0`
8888

89-
## Roadmap
90-
- [X] Initial API implementation
91-
- [X] Sample upload script
92-
- [ ] Builtin support for pagination
93-
- [ ] administration features for "neighbor" data
94-
- [ ] more robust logging options
95-
- [ ] Add parameter for GPS coordinates as location to get results within
96-
9789
## Credits
9890

9991
A special thanks goes to [Matt McInerney](http://pixelspread.com/) for freely sharing his futuristic Orbitron font.

0 commit comments

Comments
 (0)