From 6cf6ac08bb9edcfe08e84056024fbb3e951c4077 Mon Sep 17 00:00:00 2001 From: sidqian Date: Wed, 1 May 2024 21:54:43 -0700 Subject: [PATCH 1/2] update --- README.md | 5 ----- package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index d818ef1..13e51fa 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,6 @@ source venv/bin/activate pip install flask sgp4 scipy requests skyfield waitress setuptools pip install -e . -# ---set up api key for cesium --- # -# add this line to js-components/cesium.js first line -# cesium token can be find on their offical website (ion.cesium.com) -Cesium.Ion.defaultAccessToken = 'your_access_token_here'; - ```bash npm start # Start the application ``` diff --git a/package.json b/package.json index 1b97be3..45b09af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poseidon", - "version": "0.5.1", + "version": "0.5.2", "description": "Poseidon", "main": "main.js", "scripts": { From cc99afdebfe6ae26a6008067543c53d770bdeb8d Mon Sep 17 00:00:00 2001 From: Sid Qian <96406307+sidqian123@users.noreply.github.com> Date: Wed, 1 May 2024 21:59:14 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13e51fa..743bdc3 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ source venv/bin/activate pip install flask sgp4 scipy requests skyfield waitress setuptools pip install -e . -```bash + npm start # Start the application ```