noc-nepal-api is an unofficial API for data related to petrol, diesel, and LPG.
Install my-project with pip3
- Clone the repository:
git clone https://github.com/ankurgajurel/noc-nepal-api.git
- Create a virtual environment
pip3 install virtualenv
python3 -m virtualenv venv
source ./venv/bin/activate
- Install the required dependencies:
pip3 install -r requirements.txt
- Launch the application:
gunicorn app:app
- Access noc-nepal-api through your web browser at
http://localhost:8000
.
docker build -t noc-api .
docker run noc-api
Then, access noc-nepal-api through your web browser at http://localhost:8000
.
GET /{view}
View | Description |
---|---|
petrol |
price for petrol from each naaka |
diesel |
price for diesel from each naaka |
lpg |
price for lpg from each naaka |
Here are some related projects
rashifal-api
nepse-cli
share-file
career-sangraha
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
For support, email [email protected]