Coder Social home page Coder Social logo

github-emoji-list's Introduction

GithubEmoji

Web APP that retrieves the list of Github Emoji icons from the Github API (https://api.github.com/emojis) and serves it so you can see them and search for them.

๐Ÿ‘‰ https://github-emoji-list.herokuapp.com/

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. You can also run ng serve --open and the app will be automatically openened in the browser.

Production build

Run the following:

ng build --aot --prod

node server.js

The app will be served in http://localhost:4200/. Alternatively run:

npm run buildandstart

Deploy to Heroku

Clone the repo:

git clone https://github.com/Dellos7/github-emoji-list.git
cd github-emoji-list

Update & create the npm dependencies:

npm install

Sign up in Heroku: https://signup.heroku.com/

Download & install Heroku CLI: https://devcenter.heroku.com/articles/heroku-cli#download-and-install

Login in the Heroku CLI:

heroku login

Create your Heroku APP:

heroku create <your_app_name>

Your APP name will be deployed then in https://<your_app_name>.herokuapp.com)

Connect your Github repo to Heroku: https://devcenter.heroku.com/articles/github-integration

  • Remove the current git repository and create a new one:
rm -r .git
git init
git remote add origin https://git.heroku.com/<your_app_name>.git
git add .
git commit -m "first commit"
  • If you correctly enabled Heroku and Github integration, your app should be automatically deployed to Heroku just after making a push to Github. So:

git push origin master

Roadmap

  • Add tag support for the emojis in order to improve search.
  • Add ordering support for the emojis.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

github-emoji-list's People

Contributors

angular-cli avatar dellos7 avatar ericcornelissen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.