Skip to content

Commit

Permalink
Finishing touches before 1.0.0 release (#6)
Browse files Browse the repository at this point in the history
* Update README.md

* Update package.json

* Update package-lock

* Update README

* Update packages
  • Loading branch information
deeheber authored Jun 2, 2023
1 parent 35dcc90 commit 47dd799
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ An app to generate small talk for those who hate small talk. Helpful for those w
- Step Functions
- Lambda
- IAM
- Cognito
- Cognito (Coming Soon™️)
- Secrets Manager
- CDK
- Caching service - likely [Momento](https://www.gomomento.com/)
- Caching service - likely [Momento](https://www.gomomento.com/) (Coming Soon™️)
- Frontend - TBD (Likely React or Flutter web)

## Architecture
Expand Down Expand Up @@ -78,7 +78,7 @@ An app to generate small talk for those who hate small talk. Helpful for those w

4. Alt: use [Postman](https://www.postman.com/) or [Insomnia](https://insomnia.rest/)

5. Note: Units of measurement returned are imperial (e.g. Fahrenheit, miles, etc.)
5. Note: Units of measurement returned are imperial (e.g. Fahrenheit, miles, etc.). Location should be in format `{city name},{state code},{country code}`. See [OpenWeather docs](https://openweathermap.org/api/geocoding-api) for more info.

### Cleanup

Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "small-talk",
"version": "0.1.0",
"version": "1.0.0",
"bin": {
"small-talk": "bin/small-talk.js"
},
Expand All @@ -18,17 +18,17 @@
"@types/cheerio": "^0.22.31",
"@types/jest": "^29.4.0",
"@types/node": "18.16.0",
"aws-cdk": "2.81.0",
"aws-cdk": "2.82.0",
"esbuild": "^0.17.19",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "~4.9.5"
},
"dependencies": {
"aws-cdk-lib": "2.81.0",
"aws-cdk-lib": "2.82.0",
"cheerio": "^1.0.0-rc.12",
"constructs": "^10.2.38",
"constructs": "^10.2.40",
"dotenv": "^16.1.3",
"node-fetch": "^3.3.1",
"source-map-support": "^0.5.21"
Expand Down

0 comments on commit 47dd799

Please sign in to comment.