From 80d96a68ef60e0fb962bfebb9fa0c511f7da6c0e Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Thu, 12 Sep 2019 10:26:03 -0500 Subject: [PATCH] chore: updated readme, repo and version --- README.md | 18 +++++++++++++++--- package.json | 6 +++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ef96de2..ff5ef2e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,24 @@ -# node-holidayapi - -Official Node.js library for [Holiday API](https://holidayapi.com) +# Holiday API Node.js Library [![License](https://img.shields.io/npm/l/node-holidayapi?style=for-the-badge)](https://github.com/holidayapi/node-holidayapi/blob/master/LICENSE) ![Node Version](https://img.shields.io/node/v/holidayapi?style=for-the-badge) ![Build Status](https://img.shields.io/travis/holidayapi/node-holidayapi/master?style=for-the-badge) [![Coverage Status](https://img.shields.io/coveralls/github/holidayapi/node-holidayapi/master?style=for-the-badge)](https://coveralls.io/github/holidayapi/node-holidayapi?branch=master) +Official Node.js library for [Holiday API](https://holidayapi.com) providing +quick and easy access to holiday information from applications written in +server-side JavaScript. + +Please note, version 2.x of this library is a full rewrite of the 1.x series in +TypeScript. The interfacing to the library has been simplified and existing +applications upgrading to 2.x will need some massaging. Sorry for any +inconvenience. + +## Documentation + +Full documentation of the Holiday API endpoints is available +[here](https://holidayapi.com/docs). + ## Installation ```shell diff --git a/package.json b/package.json index 622a593..8763931 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "holidayapi", - "version": "2.0.0", + "version": "2.0.1", "description": "Official Node.js library for Holiday API", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", - "url": "git+https://github.com/holidayapi/node-holidayapi.git" + "url": "git+https://github.com/holidayapi/holidayapi-node.git" }, "keywords": [ "calendar", @@ -17,7 +17,7 @@ "author": "Josh Sherman (https://holidayapi.com)", "license": "MIT", "bugs": { - "url": "https://github.com/holidayapi/node-holidayapi/issues" + "url": "https://github.com/holidayapi/holidayapi-node/issues" }, "homepage": "https://holidayapi.com", "engines": {