-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
4,500 additions
and
1,730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
name: 🐛 Bug Report | ||
description: Found a bug? Let us know! | ||
labels: ["bug","pending"] | ||
assignees: | ||
- warengonzaga | ||
body: | ||
|
||
# not existing bug block | ||
- type: checkboxes | ||
id: bug-confirm | ||
attributes: | ||
label: 🤔 Not Existing Bug? | ||
description: Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: Yes, I'm sure that this is a bug! | ||
required: true | ||
|
||
# current results block | ||
- type: textarea | ||
id: bug-current-behavior | ||
attributes: | ||
label: 👀 Current Behavior | ||
description: A concise description of what you're experiencing. | ||
placeholder: I see bugs flying around ewww... please help! 😭 | ||
validations: | ||
required: true | ||
|
||
# expected behavior block | ||
- type: textarea | ||
id: bug-expected-behavior | ||
attributes: | ||
label: 🎯 Expected Behavior | ||
description: A concise description of what you expected to happen. | ||
placeholder: Bugs supposed to crawl not fly... peaceful life! 🥰 | ||
validations: | ||
required: true | ||
|
||
# steps to reproduce block | ||
- type: textarea | ||
id: bug-steps-to-reproduce | ||
attributes: | ||
label: 📋 Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. I go outside and see a bug. 😁 | ||
2. The bug starts to crawl and fly, like wtf! 😱 | ||
3. Run!!! 🏃 | ||
4. Bugs chasing me while flying! 😫 | ||
validations: | ||
required: false | ||
|
||
# terms block | ||
- type: checkboxes | ||
id: bug-terms | ||
attributes: | ||
label: 📜 Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/wareneutron/covid19-tracker-cli/blob/main/CODE_OF_CONDUCT.md). | ||
options: | ||
- label: I agree to follow this project's [Code of Conduct](https://github.com/wareneutron/covid19-tracker-cli/blob/main/CODE_OF_CONDUCT.md). | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🙏 Q&A Forum | ||
url: https://github.com/wareneutron/covid19-tracker-cli/discussions/new?category=q-a | ||
about: Have a question? Let us know! | ||
- name: 🧠 Suggestions | ||
url: https://github.com/wareneutron/covid19-tracker-cli/discussions/new?category=brainstorm | ||
about: Have an idea or suggestion? Let us know! | ||
- name: 📚 Documentation | ||
url: https://docs.wareneutron.com/covid19-tracker-cli | ||
about: Official Documentation for COVID-19 Tracker & CLI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: 🚀 Feature Request | ||
description: Have a feature request? Let us know! | ||
labels: ["feature","pending"] | ||
assignees: | ||
- warengonzaga | ||
body: | ||
|
||
# new feature request block | ||
- type: checkboxes | ||
id: feature-confirm-notexist | ||
attributes: | ||
label: 🤔 Not Existing Feature Request? | ||
description: Please search to see if your feature request already exist. | ||
options: | ||
- label: Yes, I'm sure, this is a new requested feature! | ||
required: true | ||
|
||
# not idea or suggestion block | ||
- type: checkboxes | ||
id: feature-confirm-notsuggestion | ||
attributes: | ||
label: 🤔 Not an Idea or Suggestion? | ||
description: | | ||
Please make sure that you're submitting a request not just an idea or suggestion. | ||
If this is an idea or suggestion I would recommend going [here](https://github.com/wareneutron/covid19-tracker-cli/discussions/new?category=brainstorm) first before submitting a request. | ||
options: | ||
- label: Yes, I'm sure, this is not idea or suggestion! | ||
required: true | ||
|
||
# details block | ||
- type: textarea | ||
id: feature-details | ||
attributes: | ||
label: 📋 Request Details | ||
description: A concise description of your feature request. | ||
placeholder: Add some rainbows and unicorns to it! 🌈🦄 | ||
validations: | ||
required: true | ||
|
||
# terms block | ||
- type: checkboxes | ||
id: feature-terms | ||
attributes: | ||
label: 📜 Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/wareneutron/covid19-tracker-cli/blob/main/CODE_OF_CONDUCT.md). | ||
options: | ||
- label: I agree to follow this project's [Code of Conduct](https://github.com/wareneutron/covid19-tracker-cli/blob/main/CODE_OF_CONDUCT.md). | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
nodeLinker: node-modules | ||
|
||
plugins: | ||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs | ||
spec: "@yarnpkg/plugin-interactive-tools" | ||
|
||
yarnPath: .yarn/releases/yarn-3.2.0.cjs |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Any contributions are welcome, encouraged, and valued. See the following informa | |
|
||
## 📋 Code of Conduct | ||
|
||
This project and everyone participating in it is governed by the COVID-19 Tracker & CLI [Code of Conduct](https://github.com/wareneutron/covid19-tracker-cli/blob/main/code_of_conduct.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to <[email protected]>. | ||
This project and everyone participating in it is governed by the COVID-19 Tracker & CLI [Code of Conduct](https://github.com/wareneutron/covid19-tracker-cli/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to <[email protected]>. | ||
|
||
## 💖 How to Contribute | ||
|
||
|
@@ -24,7 +24,7 @@ Answering a question in [Discussions](https://github.com/wareneutron/covid19-tra | |
|
||
### 🐞 Reporting Bugs | ||
|
||
For any security bugs or issues, please read the [security policy](./security.md). | ||
For any security bugs or issues, please read the [security policy](./SECURITY.md). | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "covid19trackercli", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Track global COVID-19 cases from command line interface.", | ||
"main": "dist/api.js", | ||
"scripts": { | ||
|
@@ -29,28 +29,29 @@ | |
"author": "Waren Gonzaga", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@types/asciichart": "^1.5.4", | ||
"@types/blessed": "^0.1.17", | ||
"@types/express": "^4.17.11", | ||
"@types/minimist": "^1.2.1", | ||
"@types/morgan": "^1.9.2", | ||
"@types/node": "^14.14.35", | ||
"nodemon": "^2.0.7", | ||
"ts-node": "^9.1.1" | ||
"@types/asciichart": "^1.5.6", | ||
"@types/blessed": "^0.1.19", | ||
"@types/express": "^4.17.13", | ||
"@types/minimist": "^1.2.2", | ||
"@types/morgan": "^1.9.3", | ||
"@types/node": "15.9.0", | ||
"nodemon": "^2.0.15", | ||
"ts-node": "^10.7.0" | ||
}, | ||
"bin": { | ||
"covid": "./dist/cli.js" | ||
}, | ||
"dependencies": { | ||
"asciichart": "^1.5.25", | ||
"axios": "^0.21.2", | ||
"axios": "^0.26.1", | ||
"blessed": "^0.1.81", | ||
"blessed-contrib": "^4.8.21", | ||
"blessed-contrib": "^4.11.0", | ||
"colors": "^1.4.0", | ||
"express": "^4.17.1", | ||
"express": "^4.17.3", | ||
"minimist": "^1.2.6", | ||
"morgan": "^1.10.0", | ||
"typescript": "^4.2.3", | ||
"typescript": "^4.6.3", | ||
"world-countries": "^4.0.0" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
b2470c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: