Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 573 Bytes

File metadata and controls

25 lines (20 loc) · 573 Bytes

📊 Wikifolio API

This is an example for the unofficial Node.js API client for Wikifolio's platform.

Run

git clone https://github.com/RienNeVaPlus/wikifolio-example
cd wikifolio-example
yarn install
yarn start

Run: npm native (tested on node v14.16.0; npm v 6.14.11)

git clone https://github.com/RienNeVaPlus/wikifolio-example
cd wikifolio-example
npm install
npm start