Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Dec 14, 2018
1 parent e67ad1d commit 7361166
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seeiendom",
"description": "Get data from seeiendom.no",
"version": "5.0.2",
"version": "6.0.0",
"license": "MIT",
"author": {
"name": "Geir Gåsodden",
Expand Down
10 changes: 10 additions & 0 deletions tst.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
(async () => {
const getDataFromSeeiendom = require('./index')
const searchstring = '0806-60/77'
try {
const data = await getDataFromSeeiendom(searchstring)
console.log(data)
} catch (error) {
console.error(error)
}
})()

0 comments on commit 7361166

Please sign in to comment.