Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/new-eden-social/new-eden-social
🌌 New Eden Social 🚀
https://github.com/new-eden-social/new-eden-social
angular api eve eve-online game hub nest nodejs typescript
Last synced: about 1 month ago
JSON representation
🌌 New Eden Social 🚀
- Host: GitHub
- URL: https://github.com/new-eden-social/new-eden-social
- Owner: new-eden-social
- License: gpl-3.0
- Archived: true
- Created: 2017-06-26T15:45:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T13:03:42.000Z (about 4 years ago)
- Last Synced: 2024-08-04T07:01:12.998Z (3 months ago)
- Topics: angular, api, eve, eve-online, game, hub, nest, nodejs, typescript
- Language: TypeScript
- Homepage: https://neweden.social
- Size: 4.3 MB
- Stars: 150
- Watchers: 11
- Forks: 24
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
New Eden SocialHub for EVE Online community.
## What's it about
Project was started with an idea of creating social platform for players of EVE Online. A place where players could connect and share their experiences, fan art, images, videos, thoughts, propaganda...Each "user" would be an actual EVE Online character and you could only login using game's credentials (SSO), this way characters could interact outside of eve online. Alliances and corporations could share propaganda videos/art and gather followers who could re-share and spread the word.
Whole platform would heavily relay on EVE Online API, so that you could send in game emails, money, create events (calendar). It would feel as an extension of game itself.
Think of it as combination of r/eve and twitter. A hub of EVE Online community.
![Preview of New Eden Social](https://i.imgur.com/IqB7JK9.png)
### Releases
Branch `master` is automatically deployed on each commit/merge to development servers. Production servers are automaticly deployed
on each release (tag).| Version | API | WEB |Documentation |
| -------------- | ------------------------------- | ------------------------- |------------------------------------------------------------|
| master branch | api.development.neweden.social |development.neweden.social | [Development](http://api.development.neweden.social/docs) |
| latest release | api.neweden.social |neweden.social | [Release](http://api.neweden.social/docs) |Changelog is located in [CHANGELOG.md](https://github.com/new-eden-social/hub/blob/master/CHANGELOG.md)
## Contribution
We welcome everyone that wants to contribute! You should read [CONTRIBUTING.md](/CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](/CODE_OF_CONDUCT.md) before you start. If you have any questions you can ask them on [issues](https://github.com/new-eden-social/new-eden-social/issues) or directly on [slack](https://www.fuzzwork.co.uk/tweetfleet-slack-invites/) in `#new-eden-social`.## Progress tracking
Current state of what is being worked on, can be found in [this project](https://github.com/orgs/new-eden-social/projects/1).## Packages
List of packages that can be re-used by 3th parties. They are written for NestJS framework, but in the future, there is plan to write them in platform agnostic way.| Name | Description | NPM |
|---------------------------------------------------------------|----------------------------------------|-----------|
|[@new-eden-social/esi](/packages/esi) | ESI Client for NestJS |![npm](https://img.shields.io/npm/v/@new-eden-social/esi.svg)
|[@new-eden-social/eve-sso](/packages/eve-sso) | EVE SSO Client for NestJS |![npm](https://img.shields.io/npm/v/@new-eden-social/eve-sso.svg)
|[@new-eden-social/zkillboard](/packages/zkillboard) | ZKillboard Client for NestJS |![npm](https://img.shields.io/npm/v/@new-eden-social/zkillboard.svg)
|[@new-eden-social/killmails-stream](/packages/killmails-stream)| ZKillboard KillStream Client for NestJS|![npm](https://img.shields.io/npm/v/@new-eden-social/killmails-stream.svg)