0.2.1 • Published 6 years ago

meuguia v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

meuguia.js npm version

:tv: meuguia.TV as npm module

Installation

npm i --save meuguia

Example

import meuguia from 'meuguia'

meuguia.getAll().then(console.log)

/*
[ { title: 'Igreja Internacional da Graça de Deus',
    time: '05h00',
    channel: { description: 'Rede TV', id: 'RTV' } },
  { title: 'Igreja Universal',
    time: '06h00',
    channel: { description: 'Canal 21', id: 'C21' } },
  { title: 'Hiper TV',
    time: '06h00',
    channel: { description: 'HTV', id: 'HTV' } },
  { title: 'Primeiro Impacto',
    time: '06h00',
    channel: { description: 'SBT', id: 'SBT' } },
  { title: 'Os Descendentes',
    time: '06h35',
    channel: { description: 'Megapix', id: 'MPX' } },
  ... and more items ]
*/

Where is this library used?

If you are using this library in one of your projects, add it in this list.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need Node.js and npm installed

node --version
npm --version

Installing

A step by step series of examples that tell you have to get a development env running

Clone the repository into your machine

git clone https://github.com/felipemfp/meuguia.js
cd meuguia.js

And install the dependencies

npm install

Running the tests

npm test

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago