-
Notifications
You must be signed in to change notification settings - Fork 1
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
Eduardo Grigolo
committed
Jun 5, 2021
1 parent
0a2658a
commit f0ad2cb
Showing
2 changed files
with
31 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,28 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### To Add | ||
|
||
### To Change | ||
|
||
### To Remove | ||
|
||
### To Fix | ||
|
||
## [1.0.0] - 2021-06-06 | ||
|
||
### Added | ||
|
||
- Fetch all starred repositories from Github | ||
- Parse starred repositories to be in the expected format for raindrop.io | ||
- Add methods for single post, multiple post by 100's and multiple post by single loops with 1+ minutes delay in between (API restriction) | ||
- Create documentation and TODO list | ||
|
||
[unreleased]: https://github.com/azedo/raindrop-io-github-starred-repos/compare/v1.0.0...main | ||
[0.0.1]: https://github.com/azedo/raindrop-io-github-starred-repos/releases/tag/v1.0.0 |
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,3 @@ | ||
# TODO | ||
|
||
- [ ] Add a Promise.all method to the multiple post request done via the single request loop. <https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Promise/all> |