Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasjhan/furo-sdk-purejs
Furo SDK Pure Javascript
https://github.com/lukasjhan/furo-sdk-purejs
javascript web
Last synced: 21 days ago
JSON representation
Furo SDK Pure Javascript
- Host: GitHub
- URL: https://github.com/lukasjhan/furo-sdk-purejs
- Owner: lukasjhan
- Created: 2023-06-08T08:44:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-12T10:05:17.000Z (about 1 year ago)
- Last Synced: 2024-08-03T18:22:07.820Z (3 months ago)
- Topics: javascript, web
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Furo SDK for Pure Javascript Project
Check Furo's [Official Documentation](https://docs.furo.one).
## How to start
1. Intstall http-server
```bash
npm install -g http-server
```2. Input your client id and redirect uri in index.html
3. Run http-server
```bash
http-server .
```Server start at http://localhost:8080