Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wordnik-api

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wordnik-api

Community API for https://wordnik.com with types

  • 0.1.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
16
increased by6.67%
Maintainers
1
Weekly downloads
 
Created
Source

Wordnik API Client

Note: this is a community made project, it is not affiliated with Wordnik.

Why another Wordnik API?

The simple answer is that the other Wordnik APIs are older, and do not have built-in types, making it difficult to use for TypeScript developers.

Usage

Obtain an API key

To get an API key, visit https://developer.wordnik.com/gettingstarted to create an account and request an API key.

Download

# use npm to install
npm i wordnik-api
# or use yarn if you prefer
yarn add wordnik-api

Initializing the API

const {WordnikAPI} = require("wordnik-api");

const api = new WordnikAPI("your_api_key");

You can then use the methods described in the docs to use on the api object you created. Have fun!

Contributing

Want to contribute? Contributions are always welcome! Please visit the GitHub repo and make a pull request with your contributions.

Keywords

FAQs

Package last updated on 27 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc