ruanmartinelli / api-starter

:green_book: node.js express api
MIT License
13 stars 0 forks source link

Add services #5

Closed ruanmartinelli closed 5 years ago

ruanmartinelli commented 6 years ago

Add a new service folder to group modules that require some third-party integration and/or use the network to provide functionality.

I plan on adding two modules for now: one to send emails and other one to upload images to S3.

codecov[bot] commented 6 years ago

Codecov Report

Merging #5 into master will decrease coverage by 0.97%. The diff coverage is 86.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   95.53%   94.55%   -0.98%     
==========================================
  Files          16       18       +2     
  Lines         179      202      +23     
==========================================
+ Hits          171      191      +20     
- Misses          8       11       +3
Impacted Files Coverage Δ
src/util/check-env-vars.js 100% <ø> (ø) :arrow_up:
src/util/is-env.js 100% <100%> (ø)
src/service/email.js 85% <85%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fa3f22b...3979f1f. Read the comment docs.