Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selfup/avorion
Merchant Goods Helper for Avorion
https://github.com/selfup/avorion
Last synced: about 2 months ago
JSON representation
Merchant Goods Helper for Avorion
- Host: GitHub
- URL: https://github.com/selfup/avorion
- Owner: selfup
- License: mit
- Created: 2017-12-16T20:15:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T01:19:11.000Z (about 1 year ago)
- Last Synced: 2024-10-20T07:38:55.772Z (3 months ago)
- Language: JavaScript
- Size: 628 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Avorion Goods Filter
### [Website](https://selfup.github.io/avorion/)
Quick way to search for information about tradeable goods in Avorion!
Data comes from: https://avorion.gamepedia.com/Goods?action=raw
:rocket:
### Dev ENV
- VSCode with ESLint plugin
- Node 6+
- npm 5+
- Install deps: `npm install`
- Start server: `npm start`Visit [localhost:8080](http://localhost:8080)
_page will refresh when JS or CSS is updated_
To build the JS and CSS bundles for static build: `npm run build`