1.5.0 • Published 7 years ago

beirut v1.5.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

#Beirut

Gets country data for Lebanon. Even though this package works as it should, it is merely a simple test and my very first npm package.

I will constantly work on this, add more data and features - even though nobody might ever use it :)

--- love lebanon ---

Usage

####Get country data

const beirut = require('beirut)
const data = beirut.getData()

####Get current weather data

const beirut = require('beirut')
const weather = beirut.getWeather()
weather.then(function (current_weather) {
        console.log(current_weather)
    },
    function (error) {
        console.log(error)
    })
1.5.0

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago