1.0.3 • Published 6 years ago

wykop-api-client v1.0.3

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

wykop-api-client

Biblioteka jest implementacją WYKOP API w języku JavaScript

Przekładowe użycie

npm install wykop-api-client
import WykopAPI from 'wykop-api-client';

const KEY = '{APP_KEY}';
const SECRET = '{APP_SECRET}';
const USER_KEY = '{USER_KEY}';

const wykop = new WykopAPI({
    key: KEY,
    secret: SECRET
});

const options = {
    type: 'mywykop',
    method: 'index',
    apiParams: {
        userkey: USER_KEY
    }
};

wykop.request(options)
    .then(response => console.log(response));
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago