Skip to content

Commit 32b63ca

Browse files
add: packages links
1 parent 8902dcb commit 32b63ca

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# BigDataCloud NodeJS API Client
22

33

4-
A NodeJS client for connecting to the API services provided by [BigDataCloud](https://www.bigdatacloud.com)
4+
A NodeJS client for connecting to the API services provided by [BigDataCloud](https://www.bigdatacloud.com).
55

66

77
## What API services does [BigDataCloud](https://www.bigdatacloud.com) offer?
@@ -15,7 +15,16 @@ You can access any and all BigDataCloud APIs with a free API Key.
1515
To get your API Key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.com/account).
1616
If you are not yet a customer, it is completely free to join.
1717

18+
### BigDataCloud API Packages
1819

20+
All BigDataCloud APIs are bundled into five different API packages. Each API package has its own subscription plans and pricings.
21+
22+
You can find more details on the respective API pacakges page.
23+
- [IP Geolocation Package](https://www.bigdatacloud.com/packages/ip-geolocation)
24+
- [Reverse Geocoding Package](https://www.bigdatacloud.com/packages/reverse-geocoding)
25+
- [Phone & Email Verification Package](https://www.bigdatacloud.com/packages/phone-email-verification)
26+
- [Network Engineering Pacakge](https://www.bigdatacloud.com/packages/network-engineering), and
27+
- [Free API package](https://www.bigdatacloud.com/packages/free-api) (doesn't require account creation and API key)
1928

2029
## Documentation
2130

@@ -50,7 +59,7 @@ See the example below.
5059

5160
## Example usage
5261

53-
The below example is found in the included demo.js. It demonstrates the use of our IP geolocation API from [IP Geolocation API Package](https://www.bigdatacloud.com/packages/ip-geolocation).
62+
The below example is found in the included demo.js.
5463

5564
```javascript
5665
const client = require('@bigdatacloudapi/client')('XXX'); // XXX being your api key found at: https://www.bigdatacloud.com/account

0 commit comments

Comments
 (0)