diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8af8150 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: node_js +node_js: + - "0.12" \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..81bb8c3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log +All notable changes to this project will be documented in this file. + +## [0.0.2] - 2015-06-15 + +### Added +- Header parsing + +## [0.0.1] - 2015-06-14 + +### Added +- MailHops API lookup endpoint call +- MailHops API config \ No newline at end of file diff --git a/README.md b/README.md index 2d901c9..e577c76 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # MailHops API node [www.MailHops.com](http://www.mailhops.com) +[![Build Status](https://travis-ci.org/avantassel/mailhops-node.svg)](https://travis-ci.org/avantassel/mailhops-node) + MailHops logo A nodejs module for interacting with the MailHops API. @@ -57,5 +59,4 @@ $ npm test ## Other MailHops projects - [API](https://github.com/avantassel/mailhops-api) -- [Postbox & Thunderbird plugin](https://github.com/avantassel/mailhops-plugin) -- [Download](https://addons.mozilla.org/en-US/thunderbird/addon/mailhops/) +- [Postbox & Thunderbird plugin](https://github.com/avantassel/mailhops-plugin) \ No newline at end of file diff --git a/config.json b/config.json index c43ea13..0c72b87 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "base_uri": "http://api.mailhops.com" - ,"app_name": "Node App" + ,"app_name": "Node App v1.0.0" ,"api_version": 1 ,"api_key": "" ,"forecastio_api_key": ""