ka2jun8 / tweets-cheker

Home Page:https://tweets-cheker.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

First, run the development server:

prepare .env file

# for twitter development
consumer_key=xxx
consumer_secret=xxx
access_token=xxx
access_token_secret=xxx

# for cotoha API
client_id=xxx
client_secret=xxx

# for this app endpoint
APP_ENDPOINT=https://xxx
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Deploy on ZEIT Now

The easiest way to deploy your Next.js app is to use the ZEIT Now Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

https://tweets-cheker.now.sh


Languages

Language:TypeScript 95.3%Language:JavaScript 4.7%