Skip to content

ruzicic/instagram-username

Repository files navigation

Instagram username

Check Instagram Username Availability

Getting Started

Prerequisites

npm install -g firebase-tools
firebase login

Installing dependencies

# In the project root
npm install

# In the /functions dir
cd functions; npm install; cd -

Configure this app to use your Firebase project

firebase use --add

Linting

Firebase CLI actually setup eslint for this project with a pre-deploy lint hook.

Recommended editor: VS Code with Eslint plugin.

Deployment

Deploy your project using

firebase deploy

Check package.json scripts for more options.

Built With

License

This project is licensed under the MIT License