An open API service indexing awesome lists of open source software.

https://github.com/riennevaplus/wikifolio-example

Example for the wikifolio API (https://github.com/RienNeVaPlus/wikifolio)
https://github.com/riennevaplus/wikifolio-example

Last synced: 5 months ago
JSON representation

Example for the wikifolio API (https://github.com/RienNeVaPlus/wikifolio)

Awesome Lists containing this project

README

          


📊 Wikifolio API


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

### Run

```bash
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)

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