Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

An Elixir+React app to help Pokemon Go players find people to play with, with as less clicks as possible

NotificationsYou must be signed in to change notification settings

joaoanes/autoraid

Repository files navigation

An Elixir+React app to help Pokemon Go players find people to play with, with as less clicks as possible.

It is separated betweencyndaquil, the elixir app containing the queues (contained withinGenServers), the matchmakers, and the webserver to interact with them, andwooloo, the React PWA that allows clients to interact with the Queue server.

Running and testing

This is amix project, so all the regulars apply. Check theintroduction to Mix page for more information.

mix deps.get to get all dependencies

mix run --no-halt to run the application

iex -S mix to run the app with a REPL

mix test --no-start to run tests (>1 seconds!)

mix release prod to create aMix release to be deployed

Relevant folders

/ Root directory contains the Elixir app data (cyndaquil)

  1. /lib/ Contains the web server and core code for the Elixir app
  2. /test/ Contains tests related to the Elixir app

/terraform/ Contains the terraform files that contain the application's infrastructure (further information inside the folder's README)

/wooloo/ Contains the React PWA that powers the user's interface (further information inside the folder's README)

Deployment

Run./build_release.sh to build the app (it assumes a deploy location and that said location is in yourssh keyring) andscp the release to the API infrastructure node. Then replace the release as you will (usually bysshing to the node and restarting the service)

About

An Elixir+React app to help Pokemon Go players find people to play with, with as less clicks as possible

Topics

Resources

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp