Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/el634dev/gif-search

GIF Search App using Tenor API
https://github.com/el634dev/gif-search

express node tenor-api

Last synced: 29 days ago
JSON representation

GIF Search App using Tenor API

Awesome Lists containing this project

README

        

## GIF App
> GIF search app that helps users search their favorite gifs



contributors


last update


open issues


made with javascript




View Demo
·
Documentation



## Table of Contents
- [Screenshot](#screenshot)
* [Tech Stack](#tech-stack)
* [Features](#features)
* [Environment Variables](#environment-variables)
- [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Run Locally](#run-locally)

## Screenshot


> Coming soon

## Tech Stack

Client

Server

## Environment Variables
To run this project, you will need to add the following environment variables to your .env file before running `python app.py`

`APP_KEY` - set this as your Tenor API Key

## Getting Started
> Grab your [Tenor API Key](https://tenor.com/gifapi/documentation#quickstart)
> After you have you key, clone this repo using `git clone` and the link under the green code button
> Run `npm install` and then `npm start`

### Prerequisites
This project uses npm as package manager which comes pre-installed with Node

### Installation

### Run Locally
Clone the project using

```bash
git clone
```

Go to the project directory

```bash
cd gif-search-main
```

Install npm

```bash
npm install
npm init
```

Start the server, can use nodemon but you must install it using `npm install nodemon -g`

```bash
nodemon
```

## Project Status
Project is: __completed__