Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megane42/edmond-scanner
https://github.com/megane42/edmond-scanner
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/megane42/edmond-scanner
- Owner: megane42
- Created: 2019-02-22T13:41:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T10:43:09.000Z (over 5 years ago)
- Last Synced: 2024-11-07T22:13:03.554Z (about 2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# edmond-scanner
## develop
* `yarn`
## build
* `docker build -t megane42/edmond-scanner .`
## check on local
* `EDMOND_API_URL="https://example.com/" yarn run start`
or
* `docker run --rm -it -e EDMOND_API_URL="https://example.com/" megane42/edmond-scanner`