Skip to content

Commit 661ed88

Browse files
committed
Release v0.1.3
Include information about the project in README And, remove the coming soon from it :D
1 parent 4e76876 commit 661ed88

6 files changed

Lines changed: 28 additions & 7 deletions

File tree

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# Hypixel Events
2-
Coming soon...
1+
# `Hypixel Events` - Track current events in realtime!
2+
A simple website to track Hypixel events in real-time.
3+
4+
The project depends on
5+
- **Data Source:** [Hypixel API](https://github.com/InventivetalentDev/HypixelAPI) by [@inventivetalent](https://github.com/InventivetalentDev)
6+
- **Cloud Provider:** [Firebase](https://firebase.google.com/)
7+
- **Frontend:** [Angular](https://angular.io)
8+
9+
---
10+
The tracker includes
11+
- 📅⠀Skyblock Calendar
12+
- ⏱⠀Skyblock Events
13+
- Yearly Events (`Jerry's workshop`, `Season of Jerry`, etc...)
14+
- Magma Boss **`Soon`**
15+
- Dark Auction **`Soon`**
16+
- 🎖⠀Hypixel Tournament **`Soon`**
17+
- 🔌⠀Offline Support **`BETA`**
18+
- Firestore Offline Support
19+
- Open page without Internet **`Soon`**
20+
21+
---
22+
**Note:** The project is currently in **BETA** state. So, you might expect issues. If you found any please open an issue at **[Issue Tracker](https://github.com/iHDeveloper/HypixelEvents/issues)**
23+

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypixel-events",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"main": "lib/index.js",
66
"scripts": {

functions/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import bent from 'bent';
22
import moment from 'moment';
33
import { info, debug } from 'console';
44

5-
const VERSION = "0.1.2"
5+
const VERSION = "0.1.3"
66

77
export namespace HypixelAPI {
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypixel-events",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "MIT",
55
"author": {
66
"name": "iHDeveloper",

src/environments/environment.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const environment = {
22
production: true,
3-
version: '0.1.2-BETA',
3+
version: '0.1.3-BETA',
44
firebase: {
55
apiKey: "AIzaSyC7Dhf1uOqqN2kWYqjw8A5-FlTwh9fXnXw",
66
authDomain: "ihdeveloper.firebaseapp.com",

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
export const environment = {
66
production: false,
7-
version: '0.1.2-BETA',
7+
version: '0.1.3-BETA',
88
firebase: {
99
apiKey: "AIzaSyC7Dhf1uOqqN2kWYqjw8A5-FlTwh9fXnXw",
1010
authDomain: "ihdeveloper.firebaseapp.com",

0 commit comments

Comments
 (0)