vesparny / fair-analytics

📊 An analytics server that doesn't undermine user's privacy
MIT License
748 stars 24 forks source link

Micro to express #12

Closed vesparny closed 7 years ago

vesparny commented 7 years ago

Remove micro in favor of express. This simplifies a lot the code, removing the need for a transpilation step for supporting node6

codecov[bot] commented 7 years ago

Codecov Report

Merging #12 into master will decrease coverage by 0.24%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   94.69%   94.44%   -0.25%     
==========================================
  Files          10        8       -2     
  Lines         113      108       -5     
==========================================
- Hits          107      102       -5     
  Misses          6        6
Impacted Files Coverage Δ
lib/index.js 100% <100%> (ø) :arrow_up:
lib/server.js 100% <100%> (ø) :arrow_up:

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 b6bfc22...5a94ca1. Read the comment docs.

vesparny commented 7 years ago

Anyone willing to review this?

phated commented 7 years ago

Looks fine after a quick review

vesparny commented 7 years ago

@phated thanks for the feedback. I release a new version. I'd love to know if it works for you.

Cheers