Skip to content

Commit

Permalink
Merge pull request #24 from fossabot/master
Browse files Browse the repository at this point in the history
Add license scan report and status
  • Loading branch information
rainleander authored Nov 23, 2020
2 parents 52ef865 + d8acfab commit 810f880
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Packet Nodejs [![Build Status](https://api.shippable.com/projects/556f654fedd7f2c052073017/badge?branchName=master)](https://app.shippable.com/projects/556f654fedd7f2c052073017/builds/latest)
Is a nodejs library which helps you consume Packet's API routes.
For more info about the routes, please visit our [API documentation](https://www.packet.com/developers/api/)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fpackethost%2Fpacket-nodejs.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fpackethost%2Fpacket-nodejs?ref=badge_shield)

A nodejs library which helps you consume Equinix Metal api routes.
For more info about the routes, please go to our [Api's documentation](https://metal.equinix.com/developers/api/)

## Installation
`npm install packet-nodejs` or `git clone git@github.com:packethost/packet-nodejs.git`
Expand Down Expand Up @@ -213,3 +215,7 @@ To make the documentation simpler and easier to read I'll put here comments on g
`api.updateEmail(id, email, callback);`
#### Remove an email
`api.removeEmail(id, callback);`


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fpackethost%2Fpacket-nodejs.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fpackethost%2Fpacket-nodejs?ref=badge_large)

0 comments on commit 810f880

Please sign in to comment.