https://github.com/kimobrian/docopt-api
API utilizing json placeholder using Docopt Command line
https://github.com/kimobrian/docopt-api
command-line command-line-app docopt python
Last synced: 11 months ago
JSON representation
API utilizing json placeholder using Docopt Command line
- Host: GitHub
- URL: https://github.com/kimobrian/docopt-api
- Owner: kimobrian
- Created: 2017-01-18T18:23:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T07:21:10.000Z (over 9 years ago)
- Last Synced: 2025-05-15T23:13:16.559Z (about 1 year ago)
- Topics: command-line, command-line-app, docopt, python
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docopt-API
API utilizing [json placeholder](jsonplaceholder.typicode.com) using Docopt Command line
Clone the repo using and navigate into the project directory.
Create a virtual environment using `virtualenv venv` and activate using `source venv/bin/activate`
`pip install docopt requests` to install docopt and requests packages.
Run the application using `python app.py -i`
Type `help command_name` for help on any command