Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evemonk/evemonk
EveMonk is an EVE Online management suite :ukraine:
https://github.com/evemonk/evemonk
ccp esi eve eve-online evemonk eveonline ruby
Last synced: about 1 month ago
JSON representation
EveMonk is an EVE Online management suite :ukraine:
- Host: GitHub
- URL: https://github.com/evemonk/evemonk
- Owner: evemonk
- License: mit
- Created: 2016-05-04T17:43:55.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:30:39.000Z (about 2 months ago)
- Last Synced: 2024-10-29T09:46:19.345Z (about 2 months ago)
- Topics: ccp, esi, eve, eve-online, evemonk, eveonline, ruby
- Language: Ruby
- Homepage: https://evemonk.com
- Size: 26 MB
- Stars: 17
- Watchers: 4
- Forks: 11
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - evemonk - EveMonk is helper software for EVE Online. 🔥 🚀 (Happy Exploring 🤘)
README
# EveMonk is an EVE Online management suite
[![RSpec](https://github.com/evemonk/evemonk/actions/workflows/rspec.yml/badge.svg)](https://github.com/evemonk/evemonk/actions/workflows/rspec.yml)
[![DeepSource](https://static.deepsource.io/deepsource-badge-light-mini.svg)](https://deepsource.io/gh/evemonk/evemonk/?ref=repository-badge)
[![codecov](https://codecov.io/gh/evemonk/evemonk/branch/main/graph/badge.svg?token=IB5A4A7B3M)](https://codecov.io/gh/evemonk/evemonk)
[![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/testdouble/standard)[![View performance data on Skylight](https://badges.skylight.io/problem/Qt8ERwf9iXeY.svg)](https://oss.skylight.io/app/applications/Qt8ERwf9iXeY)
[![View performance data on Skylight](https://badges.skylight.io/typical/Qt8ERwf9iXeY.svg)](https://oss.skylight.io/app/applications/Qt8ERwf9iXeY)
[![View performance data on Skylight](https://badges.skylight.io/rpm/Qt8ERwf9iXeY.svg)](https://oss.skylight.io/app/applications/Qt8ERwf9iXeY)
[![View performance data on Skylight](https://badges.skylight.io/status/Qt8ERwf9iXeY.svg)](https://oss.skylight.io/app/applications/Qt8ERwf9iXeY)EveMonk is an EVE Online management suite
Styled with Twitter Bootstrap. And Bootswatch Darkly theme.
Mobile first design.
## Features
- Alliances list
- Corporations list
- Characters list
- Alliance show
- Corporation show
- Character show
- Open Graph tags
- SEO friendly
- Authentication
- User characters info## Screenshots
All screenshots are real and made in Safari on latest macOS Catalina (10.15.3).
![My Characters page](screenshots/my_characters.png)
![My character sheet page](screenshots/character_sheet.png)
![My character employment history page](screenshots/character_employment_history.png)
![My character agents page](screenshots/character_agents.png)
![My character loyalty points page](screenshots/character_loyalty_points.png)
![My character blueprints page](screenshots/character_blueprints.png)
## Stack
- [rbenv](https://github.com/rbenv/rbenv)
- [ruby-build](https://github.com/rbenv/ruby-build)
- [Ruby](http://www.ruby-lang.org)
- [Ruby on Rails](https://rubyonrails.org)
- [Turbo](https://turbo.hotwired.dev)
- [Stimulus](https://stimulus.hotwired.dev)
- [PostgreSQL](https://www.postgresql.org)
- [Redis](https://redis.io)
- Minio (S3 compatible storage)
- Bootstrap 5.2.3
- [Bootstrap Icons](https://icons.getbootstrap.com) 1.11.3
- Bootswatch Darkly 5.2.3## Configure
TODO
## Links
- [The official repository for ESI documentation](https://github.com/esi/esi-docs)
- [EVE Swagger Interface](https://esi.evetech.net/ui/)
- [One place to hold all EVE logic recreated in ESI](https://github.com/esi/eve-glue)
- [Eve Online Static Data Export (SDE) and Image Export Collection (IEC) downloader](https://github.com/evemonk/eveonline-sde-iec-downloader)## Guides
- [Ruby coding style guide](https://github.com/bbatsov/ruby-style-guide)
- [Ruby on Rails style guide](https://github.com/bbatsov/rails-style-guide)
- [Active Job Style Guide](https://github.com/toptal/active-job-style-guide)
- [Security Guide for Developers](https://github.com/FallibleInc/security-guide-for-developers)
- [Zen Rails Security Checklist](https://github.com/brunofacca/zen-rails-security-checklist)
- [Rails SQL Injection](http://rails-sqli.org)
- [Timeouts for popular Ruby gems](https://github.com/ankane/the-ultimate-guide-to-ruby-timeouts)
- [HTTP access control (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS)
- [The Twelve-Factor App](https://12factor.net/)
- [HTTP Status Codes](https://httpstatuses.com)
- [Idiosyncratic Ruby](https://github.com/janlelis/idiosyncratic-ruby.com)
- [Fundamental programming with ruby examples](https://github.com/khusnetdinov/ruby.fundamental)
- [Rails Directory Structure Guide](https://github.com/jwipeout/rails-directory-structure-guide)
- [A free guide to HTML5 elements](https://htmlhead.dev)
- [Content Security Policy](https://developers.google.com/web/fundamentals/security/csp)
- [CSP Evaluator](https://csp-evaluator.withgoogle.com/?csp=https://evemonk.com/)
- [Security Headers](https://securityheaders.com/?q=https%3A%2F%2Fevemonk.com%2F&followRedirects=on)
- [Content Security Policy - An Introduction](https://scotthelme.co.uk/content-security-policy-an-introduction/)
- [CLI interface for HEAD snippets](https://github.com/hemanth/head-it)
- [EStimator](https://estimator.dev/)## Author
- Igor Zubkov (@biow0lf)
## License
EveMonk is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).