Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openblockcc/openblock-resource
External resources server for OpenBlock projects
https://github.com/openblockcc/openblock-resource
openblock
Last synced: about 2 months ago
JSON representation
External resources server for OpenBlock projects
- Host: GitHub
- URL: https://github.com/openblockcc/openblock-resource
- Owner: openblockcc
- License: mit
- Created: 2021-04-07T05:47:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T14:49:36.000Z (6 months ago)
- Last Synced: 2024-07-18T18:43:14.456Z (6 months ago)
- Topics: openblock
- Language: JavaScript
- Homepage:
- Size: 286 KB
- Stars: 2
- Watchers: 2
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openblock-resource
[![Publish npm package](https://github.com/openblockcc/openblock-resource/actions/workflows/publish.yml/badge.svg)](https://github.com/openblockcc/openblock-resource/actions/workflows/publish.yml)
![GitHub](https://img.shields.io/github/license/openblockcc/openblock-resource)Provide a local resource server for openblock.
## Instructions
- Start resource server
```bash
npm install
npm run fetch
npm start
```- Test update funciton, run:
```bash
npm test
```