clearweatherapi
v0.0.58
Published
Clear Weather API is a wrapper for OpenWeather Map API, designed to simplify the process of fetching and handling weather data. With an easy-to-use interface, this package offers premium features such as data transformation for more human-readable output,
Downloads
8
Readme
Clear Weather API
Clear Weather API is a wrapper for OpenWeather Map API, designed to simplify the process of fetching and handling weather data. With an easy-to-use interface, this package offers premium features such as data transformation for more human-readable output, caching to avoid rate limits, and a choice between animated and static weather icons. Clear Weather API also includes types for all weather data, ensuring a smooth and efficient app development experience.
Open Weather Map API's supported
- One Call API
- Current Weather Data
- Hourly Forecast 4 Days
- Daily Forecast 16 Days
- Climatic Forecast 30 days
- 5 Day / 3 Hour Forecast
Features
- Data Transformation (Premium)
- Avoid hitting rate limits with Caching (Premium)
- Cool Weather Icons (Premium)
- Types for all weather data
- Limit errors with types for all weather data
- Smooth and easy development experience
Getting Started
To use this library, you need an Open Weather Map API key. Sign up at Open Weather Map and activate the APIs you'd like to use by visiting the Open Weather Map API page.
API Documentation
Checkout our API Documentation for more information.
Installation
To install the package, use the following command:
npm
npm install clearweatherapi
yarn
yarn add clearweatherapi
pnpm
pnpm add clearweatherapi
Notice
App is currently in development and will be released soon, api is subject to change. refer to types for more information.
License
This project is licensed under the MIT License.