GithubHelp home page GithubHelp logo

abhiek187 / giphy-gif-search Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 6.67 MB

A search engine for GIF images from Giphy

Home Page: https://glacial-garden-54215.onrender.com/

JavaScript 37.10% CSS 25.55% Handlebars 23.08% Procfile 0.47% Dockerfile 13.80%
giphy handlebars nodejs docker render

giphy-gif-search's Introduction

Giphy Gif Search

This program showcases relevant GIFs from GIPHY based on the user's search term. If nothing is provided, the trending GIFs are posted instead. This app uses giphy-api to call the APIs.

Trending GIFs

Directions

Live Demo

Open https://glacial-garden-54215.onrender.com/.

Running Locally

  1. Obtain an API key from GIPHY.
  2. Create a .env file with the line GIPHY_API_KEY=<YOUR_API_KEY>.
  3. Install node dependencies: npm install.
  4. Run the server: node app.js.
  5. Open localhost:3000 in the browser to access the site.

Press Ctrl+C to stop the server when done.

Docker

  1. Obtain an API key from GIPHY.
  2. Create a .env file with the line GIPHY_API_KEY=<YOUR_API_KEY>.
  3. Build the docker image: docker build . -t <your username>/node-web-app.
  4. Run the image: docker run --rm -p 8080:8080 -d <your username>/node-web-app.
  5. Open localhost:8080 in the browser to access the site.

Run docker kill <container id> to shut down the image when done. The container ID can be found using docker ps.

giphy-gif-search's People

Contributors

abhiek187 avatar dependabot[bot] avatar

Watchers

 avatar  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.