Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koalex/ton-most-profitable-giver
Get most profitable giver and write to file.
https://github.com/koalex/ton-most-profitable-giver
Last synced: 23 days ago
JSON representation
Get most profitable giver and write to file.
- Host: GitHub
- URL: https://github.com/koalex/ton-most-profitable-giver
- Owner: koalex
- License: mit
- Created: 2021-11-23T11:47:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T15:48:05.000Z (about 3 years ago)
- Last Synced: 2024-04-26T07:02:15.322Z (8 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TON most profitable giver
#### Get most profitable giver for current time and write it to ```process.env.GIVER_PATH``` or ```mostProfitableGiver.txt```
Install dependencies:
```
npm i
```Usage:
```
npm start
```
or in your code:```
const {getMostProfitableGiver} = require('ton-most-profitable-giver');getMostProfitableGiver().then(giver => console.log(giver));
```This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details