Skip to content

enigmamf/chatguessr

 
 

Repository files navigation

ChatGuessr

Play GeoGuessr on Stream with Twitch Chat.

This is the source code for the ChatGuessr application. Are you a streamers or player? Check the website instead.

Build

Run the application in development mode:

npm start

Run unit tests:

npm test

Typecheck JSDoc:

npm run typecheck

Build the application for the current platform:

npm run package

Build an installer for the current platform:

npm run make

License

The ChatGuessr source is available under the MIT License.

The Montserrat and Comfortaa fonts are used under the Open Font License.

About

The original Geoguessr Twitch Chatbot.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.1%
  • CSS 9.3%
  • HTML 5.2%
  • TypeScript 5.0%
  • Vue 4.4%