Skip to content

Powered by Netlify Functions, this API will provide two random 'friendly words', perfect for file names or user names.

Notifications You must be signed in to change notification settings

RickBr0wn/friendly-words-api

Repository files navigation

Friendly Words API

contributions welcome

Powered by Netlify Functions, this API will provide two random 'friendly words' from the curated lists of Glitch words, perfect for file names or user names.

🚀 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

🧳 Prerequisites

To get this API running locally you will need:

  • a node package manager (yarn or npm)
  • a command line terminal (iTerm or bash)
  • your favorite IDE (vscode, sublime)

💻 Installing

Clone the repo:

git clone https://github.com/RickBr0wn/friendly-words-api <YOUR_PROJECT_NAME> && cd <YOUR_PROJECT_NAME>

Please credit this API if you build something fantastic!

🧪 Running the tests

No test scripts available (yet!)

👷🏼‍♂️ Usage

Hitting this endpoint will return the 'friendly words':

https://friendly-words-api.netlify.app

🧐 Built With

  • node - As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications.
  • prettier - Prettier is n opinionated code formatter, that supports many languages, integrates with most editors & has few options.
  • eslint - ESLint statically analyzes your code to quickly find problems. It is built into most text editors and you can run ESLint as part of your continuous integration pipeline.
  • typescript - TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
  • netlify - Netlify is a cloud platform for building, deploying, and managing modern web projects.
  • friendly-words - This package returns the curated lists of Glitch words, as used in project names and elsewhere.

⭐️ Contributing

CONTRIBUTING.md

📚 Author(s)

🪪 License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Powered by Netlify Functions, this API will provide two random 'friendly words', perfect for file names or user names.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published