sgentle / caniuse-cmd

Caniuse command line tool
MIT License
1.62k stars 52 forks source link

Include suggested technologies in results #10

Open cyberixae opened 9 years ago

cyberixae commented 9 years ago

It would be useful to see suggested technologies and their popularity in addition to the technologies that are already being tracked by Caniuse. The information about suggested technologies is available from http://caniuse.com/issue-list

cyberixae commented 9 years ago

Perhaps the command line tool could also promote the possibility to vote about the technologies that should be added next. The voting is done by adding a comment "+1" to the issue in GitHub.

cyberixae commented 9 years ago

For example the "URL Standard" feature is currently at position 138 with 7 votes. Perhaps this could be presented as follows.

URL Standard (suggested) 🏆 138 👍 7
  +1 at https://github.com/Fyrd/caniuse/issues/1312
cyberixae commented 9 years ago

Now I am thinking. Perhaps this feature would also be useful for the caniuse site. I imagine implementing it there first would make it easier to support the feature in the command line tool since it could then be included in the response to a single search request.