Skip to content

Commit 922f20e

Browse files
author
Bishnu Bhusal
committed
nicehash v2 api basic method implementation
1 parent 0e0db18 commit 922f20e

File tree

4 files changed

+508
-4
lines changed

4 files changed

+508
-4
lines changed

.gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,4 @@ typings/
5555
.yarn-integrity
5656

5757
# dotenv environment variables file
58-
.env
59-
60-
# next.js build output
61-
.next
58+
.env

package-lock.json

+356
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "nicehash-api",
3+
"version": "1.0.0",
4+
"description": "Nicehash api version 2 wrapper",
5+
"main": "src/index.js",
6+
"scripts": {
7+
"test": "echo \"ok\""
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/bhusalb/nicehash-api.git"
12+
},
13+
"keywords": [
14+
"nicehash",
15+
"api",
16+
"v2"
17+
],
18+
"author": "Bishnu Bhusal",
19+
"license": "ISC",
20+
"bugs": {
21+
"url": "https://github.com/bhusalb/nicehash-api/issues"
22+
},
23+
"homepage": "https://github.com/bhusalb/nicehash-api#readme",
24+
"dependencies": {
25+
"chance": "^1.0.18",
26+
"request": "^2.88.0",
27+
"throttled-request": "^0.1.1"
28+
}
29+
}

0 commit comments

Comments
 (0)