Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamila-moreno/extraordinary-women-api
https://github.com/yamila-moreno/extraordinary-women-api
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yamila-moreno/extraordinary-women-api
- Owner: yamila-moreno
- License: mit
- Created: 2016-06-02T22:53:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T06:07:08.000Z (over 8 years ago)
- Last Synced: 2024-11-08T03:37:55.212Z (about 2 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is an example API with a script to document the API.
Up & running
============* Python3
* install requirements.txt
* asciidoctor as system requirement```
extraordinary_women/src $ python server.py
```Documentation
=============To generate documentation, you need to have the server up & running, freshly started. Once it's running:
```
extraordinary_women/doc $ ./generate_doc.sh
```