-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init from main extension repo after updating.
- Loading branch information
0 parents
commit 638cad6
Showing
22 changed files
with
8,931 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"root": true, | ||
"env": { | ||
"es2020": true, | ||
"node": true | ||
}, | ||
"parser": "@typescript-eslint/parser", | ||
"plugins": ["@typescript-eslint"], | ||
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
|
||
# Raycast specific files | ||
raycast-env.d.ts | ||
.raycast-swift-build | ||
.swiftpm | ||
compiled_raycast_swift | ||
|
||
# misc | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"printWidth": 120, | ||
"singleQuote": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# CoinMarketCap Crypto Crawler Changelog | ||
|
||
## [Improve User Experience] - 2025-01-19 | ||
|
||
- fix the crawler issue caused by page structure change. | ||
- add a separated watchlist page to keep track of your favorite coins. | ||
- remove the original `favorite` section in the search result. | ||
- change the shortcut of add to watchlist to be `cmd + w` | ||
- use bignumber.js to handle the price calculation in the currency converter. | ||
- add colored tag with the price direction for each coin in the watchlist and search result. | ||
|
||
## [Improve error handling ] - 2022-02-03 | ||
|
||
- Improve error handling flow to prevent crash when fetching data from CoinMarketCap. | ||
|
||
## [Improve CoinMarketCap extensions ] - 2021-12-23 | ||
|
||
- Add favorite command and change output style for coinmarketcap extension | ||
- Add currency converter for calculating value in USD & in selected crypto currency | ||
|
||
## [Update cache mechanism] - 2021-11-10 | ||
|
||
- make sure that icon image format is png. | ||
- change the day to update cached file to be 15 days because crypto market changes very fast. | ||
|
||
## [First Release] - 2021-10-26 | ||
|
||
- initial release |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.