UNPKG

2chapi

Version:

2ch api

8 lines (5 loc) 152 B
global.api = require('./index').bind(this); run().catch(e=>{console.log(e.message);}) async run(){ let board = await api('/b/index.json'); }