Skip to content

Commit

Permalink
Merge pull request #26 from petercort/petercort-patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
petercort authored Dec 29, 2024
2 parents b2c840f + c8b014d commit 78b0faa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


### Version 1.1.1

#### chore
* PR [#26](https://github.com/petercort/FBF-Buddy/pull/26) - Update package.json



### Version 1.1.0

#### bugfix
Expand Down
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,10 @@ Changes should be made to the readme-template.yml file and the generate-readme.j

# Event Buddy

A discord plugin that manages _stuff_ in the Fast But Friendly Discord!

| Command | Inputs | Description | Example | Output |
| ------- | ------ | ----------- | ------- | ------ |
| /connect_strava | None | User authorizes access to the Strava app to collect information about your bikes. Permissions: scope=read, activity:read_all, profile:read_all | /connect_strava | A link to connect to Strava |
| /sync_bikes | None | Syncs bike data from Strava. | /sync_bikes | Returns bike data in the format Name (Brand, Model, Mileage) |
| /get_all_bikes | None | Gets all your bike data from Strava | /get_all_bikes | Returns bike data in the format Name (Brand, Model) |
| /get_bike_by_name | name | Returns specific details about a bike | /get_bike_by_name name: Joe | Returns more bike data in the format name, brand, model, current mileage, and last waxed (date + mileage) |
| /i_waxed_my_chain | bike_name (req) date (optional) mileage (optional) | Updated the last_waxed field on the app. With no optional params passed it will update to the current date and mileage. | /i_waxed_my_chain bike_name: Joe date: 12/24/2024 mileage: 355 | If successful, returns the date and mileage in the system for a last wax, otherwise returns an error. |
| /get_last_ride | none | Returns the last ride you did according to Strava | /get_last_ride | Returns info on the last ride you did. |
A discord plugin that manages event data!

## Known Issues
- No known issues

## Owner Maintainers
- @petercort
- @petercort
2 changes: 1 addition & 1 deletion app.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "fbf-event-buddy",
"name": "fbf-buddy",
"private": true,
"version": "1.1.0",
"description": "Cycling event app for Discord",
"version": "1.1.1",
"description": "Discord app for cycling nerds!",
"main": "app.js",
"engines": {
"node": ">=20.x"
Expand Down

0 comments on commit 78b0faa

Please sign in to comment.