Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimensi/ss-to-json
Convert ss link to json
https://github.com/dimensi/ss-to-json
Last synced: about 2 months ago
JSON representation
Convert ss link to json
- Host: GitHub
- URL: https://github.com/dimensi/ss-to-json
- Owner: dimensi
- License: mit
- Created: 2018-06-02T11:33:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T10:47:26.000Z (2 months ago)
- Last Synced: 2024-10-24T09:25:42.815Z (2 months ago)
- Language: JavaScript
- Homepage: https://ss-to-json.now.sh/
- Size: 356 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ss-to-json
Convert ss link to json## Start dev server
```bash
npm i;
npm run dev;
```## Build project
```bash
npm i;
npm run build;
```