Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/el634dev/gif-search
- Owner: el634dev
- Created: 2024-03-20T21:50:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T04:07:34.000Z (6 months ago)
- Last Synced: 2024-07-01T02:54:46.226Z (6 months ago)
- Topics: express, node, tenor-api
- Language: Handlebars
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GIF App
> GIF search app that helps users search their favorite gifs
## 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__