mirror of
https://github.com/holidayapi/holidayapi-node.git
synced 2025-06-21 12:36:33 +00:00
chore: updated readme, repo and version
This commit is contained in:
parent
8c94c5b134
commit
80d96a68ef
2 changed files with 18 additions and 6 deletions
18
README.md
18
README.md
|
@ -1,12 +1,24 @@
|
||||||
# node-holidayapi
|
# Holiday API Node.js Library
|
||||||
|
|
||||||
Official Node.js library for [Holiday API](https://holidayapi.com)
|
|
||||||
|
|
||||||
[](https://github.com/holidayapi/node-holidayapi/blob/master/LICENSE)
|
[](https://github.com/holidayapi/node-holidayapi/blob/master/LICENSE)
|
||||||

|

|
||||||

|

|
||||||
[](https://coveralls.io/github/holidayapi/node-holidayapi?branch=master)
|
[](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
|
## Installation
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "holidayapi",
|
"name": "holidayapi",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "Official Node.js library for Holiday API",
|
"description": "Official Node.js library for Holiday API",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/holidayapi/node-holidayapi.git"
|
"url": "git+https://github.com/holidayapi/holidayapi-node.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"calendar",
|
"calendar",
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
"author": "Josh Sherman <hello@holidayapi.com> (https://holidayapi.com)",
|
"author": "Josh Sherman <hello@holidayapi.com> (https://holidayapi.com)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/holidayapi/node-holidayapi/issues"
|
"url": "https://github.com/holidayapi/holidayapi-node/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://holidayapi.com",
|
"homepage": "https://holidayapi.com",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue