Skip to content

Commit

Permalink
Merge resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
axelniklasson committed Aug 3, 2017
2 parents 1cb896f + 77fc034 commit 43808ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![GitHub issues](https://img.shields.io/github/issues/axelniklasson/node-skanetrafiken.svg)](https://github.com/axelniklasson/node-skanetrafiken/issues)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)

Node.js wrapper for Skånetrafiken's Open API. I recently had a night off and thougt it would be fun to build a small node.js-wrapper for their API and in the meantime learn more about publishing npm packages and such. Aside from wrapping all endpoints in handy functions, providing the possibility to receive the data from their API in JSON instead of XML is a handy feature as well.
Node.js wrapper for Skånetrafiken's Open API. I recently had a night off and thought it would be fun to build a small node.js-wrapper for their API and in the meantime learn more about publishing npm projects and such. Aside from wrapping all endpoints in handy functions, providing the possibility to receive the data from their API in JSON instead of XML is a handy feature as well.

Skånetrafikens official API documentation can be found [here](http://www.labs.skanetrafiken.se/api.asp) and this wrapper is written for the latest version (v2.2).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-skanetrafiken",
"version": "0.0.1",
"version": "0.0.2",
"description": "Node.js wrapper for Skånetrafikens open API.",
"author": "Axel Niklasson <hello@axelniklasson.se>",
"license": "MIT",
Expand Down

0 comments on commit 43808ef

Please sign in to comment.