We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8671257 commit cf5f6e9Copy full SHA for cf5f6e9
3 files changed
.travis.yml
@@ -0,0 +1,6 @@
1
+language: node_js
2
+node_js:
3
+- '9'
4
+- '8'
5
+- '6'
6
+- '4'
README.md
@@ -0,0 +1,3 @@
+# Ebay API Node.js
+
+Ebay Api bindings for Node js. Consume Ebay Api's using this module.
package.json
@@ -16,7 +16,7 @@
16
"license": "MIT",
17
"repository": {
18
"type": "git",
19
- "url": "git://github.com/t3chnoboy/amazon-product-api.git"
+ "url": "git@github.com:ajay2507/ebay-node-api.git"
20
},
21
"devDependencies": {
22
"chai": "^4.1.2",
0 commit comments