diff --git a/README.md b/README.md index ecf8810..a86535c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ ### Install with `npm install -g npc-strider/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. ``` Usage: @@ -31,3 +34,13 @@ 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\ +![View raw JSON](./preview-images/raw-view.png) + +View differences in data (You'll be notified as well when the data changes)\ +You can also view the differences (which includes data not in the table) in JSON form.\ +![Diff table](./preview-images/diff-table.png) \ No newline at end of file diff --git a/preview-images/diff-table.png b/preview-images/diff-table.png new file mode 100644 index 0000000..a87e5f6 Binary files /dev/null and b/preview-images/diff-table.png differ diff --git a/preview-images/main.png b/preview-images/main.png new file mode 100644 index 0000000..c1b3f25 Binary files /dev/null and b/preview-images/main.png differ diff --git a/preview-images/raw-view.png b/preview-images/raw-view.png new file mode 100644 index 0000000..3d1f1f5 Binary files /dev/null and b/preview-images/raw-view.png differ