Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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