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

inaw

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inaw

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

INAW (I Need A Word)

INAW is a RubyGem that allows to randomly choose a word in different languages. For the time being it only has online support, which means it will choose a word on random word generator website but I will add offline support in the near future. Languages available are: Arabic (AR), Danish, (DA), Dutch (NL), Finnish (FI), French (FR), German (DE), Italian (IT), Portuguese (PT), Spanish (ES), Swedish (SV). See Usage for how to use INAW.

Installation

Add this line to your application's Gemfile:

gem 'inaw'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install inaw

Usage

Available languages parameters are: AR, DA, DE, ES, FI, FR, IT, NL, PT, SV.

require INAW

# chooses a random English word
random_english_word = INAW.word('EN')

# chooses a random French word
random_english_word = INAW.word('FR')

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[realYuushi/i-need-a-word.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 11 Aug 2020

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