https://github.com/smikodanic/dex8-sdk
DEX8 SDK is software development kit for DEX8.com platform.
https://github.com/smikodanic/dex8-sdk
crawler crawler-engine data-extraction dex8 scraper scraping-websites spider
Last synced: 12 months ago
JSON representation
DEX8 SDK is software development kit for DEX8.com platform.
- Host: GitHub
- URL: https://github.com/smikodanic/dex8-sdk
- Owner: smikodanic
- License: other
- Created: 2019-06-07T13:40:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T06:19:25.000Z (over 3 years ago)
- Last Synced: 2025-05-15T00:21:20.774Z (about 1 year ago)
- Topics: crawler, crawler-engine, data-extraction, dex8, scraper, scraping-websites, spider
- Language: JavaScript
- Size: 348 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEX8 SDK
> DEX8 SDK is a library which helps developers to create DEX8 crawler, scraper tasks or automated serverless scripts.
## Documentation
Documentation is available at [https://www.dex8.com/learn/dex8-sdk](https://www.dex8.com/learn/dex8-sdk) .
## Environments
Defined in config.js file.
```bash
# API http://localhost:8001
export NODE_ENV=development
# API http://api-stage.dex8.com
export NODE_ENV=stage
# API http://api.dex8.com
export NODE_ENV=
or
export NODE_ENV=production
```
### Licence
Copyright (c) 2020 Saša Mikodanić (Cloud jdoo) licensed under [AGPL-3.0](./LICENSE) .