diff --git a/api.md b/api.md index 497f34a..c9848d4 100644 --- a/api.md +++ b/api.md @@ -3,7 +3,7 @@ The VXTwitter API currently returns information about tweets. If you want more functionality added, please [Open an issue!](https://github.com/dylanpdx/BetterTwitFix/issues) The following fields are returned: -```json +```js { "date": "Wed Oct 05 18:40:30 +0000 2022", // Date the tweet was posted "date_epoch": 1664995230, // Epoch date the tweet was posted @@ -44,4 +44,4 @@ The following fields are returned: "user_name": "Twitter", // Name of the user who posted the tweet. This CAN have spaces, emojis, etc. as it's not the 'handle' of the user. A good example is "Nintendo of America" "user_screen_name": "Twitter" // The actual handle of the user, i.e "NintendoAmerica" } -``` \ No newline at end of file +```