-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
53 changed files
with
24,122 additions
and
565 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
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,33 @@ | ||
## Currency Converter TODO: | ||
## Installed | ||
* List of countries as JSON | ||
|
||
## On first load: | ||
* Load and parse list of available countries | ||
* Save as LocalStorage in user space. | ||
* Load and parse list of available currencies | ||
* Save as LocalStorage in user space. | ||
|
||
### Requirements: | ||
* Methods to: | ||
* Look up currency name based on currency code (and save to db if needed?) | ||
* Look up rate from said currency - implemented | ||
* Look up country code from currency code. For flags | ||
|
||
## Different providers: | ||
* Separate Storage for providers | ||
* Interpolate query parameters into URL | ||
* Setting for refresh rates | ||
* API key | ||
|
||
Table "countries" | ||
|
||
Table "providers" | ||
* int: id | ||
* string: displayName | ||
* string: URL including variables | ||
* bool: Needs API | ||
* string: API key | ||
* int: Update/refresh rate | ||
|
||
Table "rates" |
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
Oops, something went wrong.