Skip to content

WIP. A node module that reports about air quality in a region

License

Notifications You must be signed in to change notification settings

yanmagale/narigajs

Repository files navigation

Nariga JS

A node module that reports about air quality in a region . Known Vulnerabilities
Dependencies

Motivation

Why this name?

It's a brazilian joke about big nose. Just look at my photo. LOL

How it works

I'm consulting https://openweathermap.org/current API data.

API

Currently there is the provider for Open Weather Map with the following methods:

getByCityName(cityName)

Requires a string representing city name. Returns json data .

getByCityId(cityId)

Requires a numeric representing city id. Returns json data .

getByLatLong(lat, lon)

Requires a two numeric representing latitude and longitude. Returns json data .

getByZipCodeAndCountryCode(zipCode, countryCode)

Requires a two strings representing zipCode and countryCode. Returns json data .

Contributing

Look CONTRIBUTTING

About

WIP. A node module that reports about air quality in a region

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •