Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filecoin-station/module-boilerplate-nodejs
Boilerplate for building Station Modules with Node.js
https://github.com/filecoin-station/module-boilerplate-nodejs
Last synced: 16 days ago
JSON representation
Boilerplate for building Station Modules with Node.js
- Host: GitHub
- URL: https://github.com/filecoin-station/module-boilerplate-nodejs
- Owner: filecoin-station
- License: mit
- Created: 2023-01-23T09:12:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T12:54:11.000Z (about 2 years ago)
- Last Synced: 2024-11-11T18:29:09.324Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🐢
module-boilerplate-nodejs
> Boilerplate for building Station Modules with Node.js
## Example
```bash
$ ROOT_DIR=/tmp node index.js
API: http://localhost:53969
INFO: Connected to network
ERROR: An error happened
some log
some error log
```## Links
[Module Interface](https://github.com/filecoin-station/filecoin-station/blob/main/docs/MODULE_INTERFACE.md)