Skip to content

Commit cf5f6e9

Browse files
committed
added read me and travis yml
1 parent 8671257 commit cf5f6e9

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- '9'
4+
- '8'
5+
- '6'
6+
- '4'

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ebay API Node.js
2+
3+
Ebay Api bindings for Node js. Consume Ebay Api's using this module.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"license": "MIT",
1717
"repository": {
1818
"type": "git",
19-
"url": "git://github.com/t3chnoboy/amazon-product-api.git"
19+
"url": "git@github.com:ajay2507/ebay-node-api.git"
2020
},
2121
"devDependencies": {
2222
"chai": "^4.1.2",

0 commit comments

Comments
 (0)