Skip to content

akhdrzki/weather-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather API

An API that based on data collection with Python, stored data to JSON.. It's make Express js can easily use data become API.

Usage/Examples

first install dependencies, here i use python & javascript

Python

$ pip install -r requirements.txt / pip3 install -r requirements.txt

Javascript

$ npm install
$ yarn install 

First you have to run python, after that run the express (javascript)

$ python main.py 
$ npm start

or

$ yarn start

API Reference

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. Your API key

(Dummy)

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published