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)
- Host: GitHub
- URL: https://github.com/riennevaplus/wikifolio-example
- Owner: RienNeVaPlus
- License: mit
- Created: 2020-07-09T00:09:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:17:58.000Z (over 3 years ago)
- Last Synced: 2025-04-12T06:28:52.570Z (about 1 year ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```