0.1.2 • Published 4 years ago

newsapi-connector v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

newsapi-connector

License Library minified size Library minified + gzipped size

Simple library for getting news from https://newsapi.org

Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

npm install newsapi-connector --save

# For Yarn, use the command below.
yarn add newsapi-connector

Documentation

Documentation generated from source files by Typedoc.

Example usage

import { getSources } from "newsapi-connector";

const { data } = await getSources({
  apiKey: 'api key from newsapi.org',
});
this.sources = data.sources;

License

Released under MIT License.

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago