jaebradley / npm-install-search-cli

🔍 📦 Search and install npm packages in the same command
https://www.npmjs.com/package/npm-install-search-cli
MIT License
4 stars 0 forks source link

Add score metrics #13

Closed jaebradley closed 6 years ago

jaebradley commented 6 years ago

From JSON API response

{
  "score": {
    "final": 0.9039354462464515,
    "detail": {
      "quality": 0.9740451086219359,
      "popularity": 0.8478681927738196,
      "maintenance": 0.8999087033972395
    }
  }
}
jaebradley commented 6 years ago

maintenance: 🔧 | 🚧 final: 🏁 | 🏆 popularity: 🗳️ quality: 👌

jaebradley commented 6 years ago

Maybe the final score can be tiered like

100-90: 🥇 90-80: 🥈 80-70: 🥉 60-50: 😅 50-40: 🤔 40-30: 😯 30-20: 😳 20-10: 🙏 10-0: 🥔

jaebradley commented 6 years ago

:tada: This issue has been resolved in version 1.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: