Skip to content

Commit 4f9eeaf

Browse files
committed
codesandbox example added in readme
1 parent ce19caa commit 4f9eeaf

File tree

3 files changed

+3
-35
lines changed

3 files changed

+3
-35
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jsonfromtable(options, headers).then(data => {
3030

3131
`jsonfromtable` function takes two arguments `options` and `headers` and returns promise.
3232

33+
Check this example [example](https://codesandbox.io/s/jsonfromtable-example-140hz) in codesandbox.
34+
3335
## Options
3436

3537
### url

package-lock.json

Lines changed: 1 addition & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
},
2222
"homepage": "https://github.com/acharyaroshanji/jsonfromtable#readme",
2323
"dependencies": {
24-
"axios": "^0.19.2",
2524
"cheerio": "^1.0.0-rc.3",
2625
"node-fetch": "^2.6.0"
2726
}

0 commit comments

Comments
 (0)