Skip to content

NintenSAGA/playpredict

Repository files navigation

PlayPredict

A website to predict your play time built with Next.js.

Available on playpredict.vercel.app

Demo

PlayPredict.Demo.Video.mp4

Deployment

Data Sources

  • A Notion database page was used as the homepage's backend storage.
  • Time statistic data are acquired through unofficial HowLongToBeat API
  • The introduction and platform information of games are acquired through Twitch's IGDB API

Therefore, to let the project run on its full functionality, you have to fill in the following environment variables:

  • TWITCH_CID
  • TWITCH_TOKEN
  • NOTION_SECRET
  • NOTION_PAGE_ID

Reference Notion page: PlayPredict Storage

Only the cover and attributes OName and Tag of each game page are used

Basic Deployment

Just the same as any other Next.js projects

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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

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

About

A website to predict your play time built with Next.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published