Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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) .