Skip to content

ThomasRumas/javascript-cardmarket-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascript-cardmarket-api

A little API to consume cardmarket API

How to use it

import CardmarketApi from 'index.js'; 

let api = new CardmarketApi(APP_TOKEN, APP_SECRET, ACCESS_TOKEN, ACCESS_SECRET);

api.getGames().then(response => {
    console.log(JSON.parse(response)); 
})

About

A little API to consume cardmarket API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors