Git Product home page Git Product logo

senso's Introduction

Senso

Choose a meaningful name for that brand new JS framework you are developing

So you want to create a new framework, uh? But how will it stand out from the plethora of already existing ones? It has to have a nice, catchy name. And if that name makes sense with your framework's purpose, that's even better. What ? You'd rather spend the time for searching that name actually developing?

Fear no more ! With this incredible new framework/package/whatever man you have to use this called Senso, all of the research will be done for you and you will only have to pick that one name you prefer over the proposed ones!

In a more serious tone

Senso uses moby as a base to retrieve synonyms of the desired idea.

The dictionary.json file is taken from here. It has been rearranged as a JSON file for better usability.

You can use pretty much any file following this format (commas for convenience):

{
  "beer": "drinks,alcohol,beverage",
  "pizza": "food,snack"
}

Usage

Installation

Install the package with npm install senso --save

The words translated and returned in a JSON object are randomly chosen among the words matching the ideas provided. The number of words returned is defined by the second parameter of the Generator constructor.

// Create the name generator with an array containing various ideas
// Pick 2 words out of the matching ones
let nameGenerator = new Generator(['fun', 'drink','club','night','bar','dance','lounge'], 2);
// Handle the result
nameGenerator.generateNames().then(function (names) {
    // Do whatever you want with the result
    ...
    console.log(names);
    ...
});

The code above will produce the following output :

{
  "cabaret":[
    {
      "language":"ar",
      "translation":"ملهى",
      "romanized":"mlh~"
    },
    {
      "language":"es",
      "translation":"cabaret"
    },
    {
      "language":"fr",
      "translation":"cabaret"
    },
    {
      "language":"ja",
      "translation":"キャバレー",
      "romanized":"kiyabare"
    },
    {
      "language":"ko",
      "translation":"카바레",
      "romanized":"kabare"
    },
    {
      "language":"ru",
      "translation":"кабаре",
      "romanized":"kabare"
    }
  ],
  "nightclub":[
    {
      "language":"ar",
      "translation":"ملهى ليلي",
      "romanized":"mlh~ lyly"
    },
    {
      "language":"es",
      "translation":"Club nocturno"
    },
    {
      "language":"fr",
      "translation":"boîte de nuit"
    },
    {
      "language":"ja",
      "translation":"ナイトクラブ",
      "romanized":"naitokurabu"
    },
    {
      "language":"ko",
      "translation":"나이트 클럽",
      "romanized":"naiteu keulreob"
    },
    {
      "language":"ru",
      "translation":"ночной клуб",
      "romanized":"nochnoy klub"
    }
  ]
}

senso's People

Contributors

thibautbessone avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.