mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 01:02:05 -07:00
feat(typescript): Removed typescript and audited dependencies
This commit is contained in:
@@ -19,14 +19,9 @@ https://www.youtube.com/watch?v=o0FfW5rZPFs
|
||||
Since this repo is being worked on by one person, as a hobby, updates will be
|
||||
slow. But the road map I have planned is as follows:
|
||||
|
||||
- Remove TypeScript and any other compiled languages, converting the repository
|
||||
to standard ES8 JavaScript.
|
||||
|
||||
- Replace the requirement for Insight API with Blockbook API for address and
|
||||
utxo based calls.
|
||||
|
||||
- Audit all npm dependencies and try to fix/remove any vulnerabilities.
|
||||
|
||||
- Remove rate limiting
|
||||
|
||||
- Setup automated dependency management through Greenkeeper, and automated
|
||||
@@ -38,6 +33,12 @@ continuous-release with semantic versioning through Semantic Release.
|
||||
|
||||
- Add end-to-end tests.
|
||||
|
||||
## Features
|
||||
The following features have been implemented:
|
||||
|
||||
- Typescript removed and ES8 JavaScript used instead.
|
||||
- npm audit run on all depedencies.
|
||||
|
||||
----
|
||||
|
||||
## REST
|
||||
|
||||
Reference in New Issue
Block a user