https://github.com/ultrafunkamsterdam/opm
https://github.com/ultrafunkamsterdam/opm
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ultrafunkamsterdam/opm
- Owner: ultrafunkamsterdam
- License: gpl-3.0
- Created: 2016-10-15T20:59:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T10:10:48.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T15:52:08.375Z (9 months ago)
- Language: Go
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pogodev.org)
# OpenPokeMap
## Table of Contents* [What is it?](#what-is-it)
* [Documentation](#documentation)
* [Installation](#installation)
* [Requirements](#requirements)
* [Configuration](#configuration)
* [Licensing](#licensing)
* [Contributing](#contributing)
* [Core Maintainers](#core-maintainers)
* [Credits](#credits)## What is it?
`opm` contains the complete OPM stack.
- `/apiserver` - http endpoint for all OPM api calls
- `/bancheck` - service that checks if accounts flagged as banned are really banned
- `/buildscripts` - build/install scripts for windows and linux
- `/db` - package for interfacing with the OPM database (MongoDB)
- `/opm` - OPM specific stuff
- `/proxyhub` - Proxy layer for OPM infrastructure
- `/scanner` - Performs actual scans for monsters and stuff
- `/stats` - Provides common statistics
- `/tools` - Random tools for testing/development
- `/util` - Utility stuff## Documentation
### Requirements
- Go - [https://golang.org/]()### Installation
1. Run `go get github.com/pogointel/opm`
3. Run `buildscripts/[windows|linux]/install.[bat|sh]` (choose the right one for your platform)### Configuration
Soon.## Licensing
[GNU GPL v3](https://github.com/pogointel/opm/blob/master/LICENSE)## Contributing
Currently, you can contribute to this project by:
* Joining us on [Discord](https://discord.pogodev.org/) in the `#pogointel` channel.
* Submitting a detailed [issue](https://github.com/pogointel/opm/issues/new).
* [Forking the project](https://github.com/pogointel/opm/fork), and sending a pull request back to for review.### Core Maintainers
* [BadLamb](https://github.com/BadLamb)
* [nullpixel](https://github.com/nullpixel1)
* [femot](https://github.com/femot)
* [joelfi](https://github.com/joelfi)## Credits
* [Lisiano](https://github.com/Lisiano256) :heart: - public relations and devops