Giter Site home page Giter Site logo

project-names's Introduction

Project Names

Build Status

A random project name generator as a micro service. Can be used to generate names for folders, files, passwords, project name and etc.

Available Endpoints

Base URL

Currently the app is hosted in Heroku at https://project-names.herokuapp.com

GET /names

Returns a random name. This covers most of the use-cases.

Available Options:

words: number (default: 2)

Number of words in the string excluding the number.

numbered: boolean (default: true)

Adds a random number to the end of the name.

separator: boolean (default: '-')

Adds a custom separator between words.

Example

  /names?words=4&numbered=false&separator=|

GET /names/raw

Returns a array with random words. Same as /names, without the separator.

Available Options:

Same as GET /names

Example

  /names/raw?words=3

GET /names/list

Returns a list of names.

Available Options:

words: number (default: 2)

Number of words in the string excluding the number.

numbered: boolean (default: true)

Adds a random number to the end of the name.

separator: boolean (default: '-')

Adds a custom separator between words.

limit: number - Required

Number of names expected

Example

  /names?limit=20&words=4&numbered=false&separator=|

GET /names/list/raw

Returns a list of list of random words. Similar to GET /names/raw

Available Options:

Same as GET /names/list

Example

  /names/list/raw?limit=5&words=6

License

MIT,

Copyright 2017 Pranesh Ravi

project-names's People

Contributors

praneshr avatar

Stargazers

 avatar  avatar

Watchers

 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.