Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T06:19:25.000Z (almost 2 years ago)
- Last Synced: 2024-12-19T13:32:08.541Z (about 1 month ago)
- Topics: crawler, crawler-engine, data-extraction, dex8, scraper, scraping-websites, spider
- Language: JavaScript
- Size: 348 KB
- Stars: 0
- Watchers: 1
- 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) .