diff --git a/.gitignore b/.gitignore index c9da2b2..63dffd6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ etc/ node_modules/ #trademark reasons. -spacex.ico +spacex-trademark.ico build npm-debug.log .env \ No newline at end of file diff --git a/README.md b/README.md index d8662b3..de16885 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ ### 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) -*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: @@ -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. -*I'm not including space.ico in my releases to prevent trademark infringement :/ sorry. - - ## More screenshots --- 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 | | --- | --- | --- | | 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. | \ No newline at end of file +| 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) | \ No newline at end of file diff --git a/package.json b/package.json index 10c4b19..a55f4a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spacex-cli", - "version": "1.0.1", + "version": "1.0.2", "description": "SpaceX upcoming launch tracker", "main": "spacex-cli.js", "scripts": { diff --git a/spacex.ico b/spacex.ico new file mode 100644 index 0000000..cae5fac Binary files /dev/null and b/spacex.ico differ