mirror of
https://github.com/peter-tanner/spacex-cli.git
synced 2024-11-30 11:00:15 +08:00
Added temp/placeholder icon to fix notifications.
This commit is contained in:
parent
75af4edf8a
commit
55d8b738a0
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,7 +2,7 @@
|
||||||
etc/
|
etc/
|
||||||
node_modules/
|
node_modules/
|
||||||
#trademark reasons.
|
#trademark reasons.
|
||||||
spacex.ico
|
spacex-trademark.ico
|
||||||
build
|
build
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
.env
|
.env
|
10
README.md
10
README.md
|
@ -3,9 +3,11 @@
|
||||||
|
|
||||||
### Install with `npm install -g npc-strider/spacex-cli`
|
### Install with `npm install -g npc-strider/spacex-cli`
|
||||||
|
|
||||||
|
### ** I'm not including the proper `spacex.ico` in my releases to prevent trademark infringement :/ sorry. Add your own spacex logo in the npm directory: `npm\node_modules\spacex-cli` **
|
||||||
|
|
||||||
![Main view](./preview-images/main.png)
|
![Main view](./preview-images/main.png)
|
||||||
|
|
||||||
*You may notice that falcon heavy launch shows as falcon 9, but that appears to be due to the API.
|
*You may notice that falcon heavy launch shows as falcon 9, but that appears to be due to the API. Doesn't appear like this now.
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage:
|
Usage:
|
||||||
|
@ -33,9 +35,6 @@ So I decided to not just upgrade the bash script to use the new api, but also ad
|
||||||
|
|
||||||
The cli isn't pretty like some others, but I think it's quite dense in relevant information.
|
The cli isn't pretty like some others, but I think it's quite dense in relevant information.
|
||||||
|
|
||||||
*I'm not including space.ico in my releases to prevent trademark infringement :/ sorry.
|
|
||||||
|
|
||||||
|
|
||||||
## More screenshots
|
## More screenshots
|
||||||
---
|
---
|
||||||
View raw response\
|
View raw response\
|
||||||
|
@ -50,4 +49,5 @@ You can also view the differences (which includes data not in the table) in JSON
|
||||||
| Date | Version | Changes |
|
| Date | Version | Changes |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| 2021-01-08 | 1.0.0 | Initial release. |
|
| 2021-01-08 | 1.0.0 | Initial release. |
|
||||||
| 2021-02-07 | 1.0.1 | Fix bug with diff where undefined cells would cause an error. |
|
| 2021-02-07 | 1.0.1 | Fix bug with diff where undefined cells would cause an error. |
|
||||||
|
| 2021-02-16 | 1.0.2 | Added temp/placeholder icon to fix notifications. Remember to add your own icon (not including originals to prevent trademark infringement) |
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "spacex-cli",
|
"name": "spacex-cli",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "SpaceX upcoming launch tracker",
|
"description": "SpaceX upcoming launch tracker",
|
||||||
"main": "spacex-cli.js",
|
"main": "spacex-cli.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
BIN
spacex.ico
Normal file
BIN
spacex.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in New Issue
Block a user