carwack / is-vue3-released-yet

Is Vue3 released yet?
https://is-vue3-released-yet.netlify.app/
3 stars 0 forks source link

Dynamic tag check #3

Open andreasvirkus opened 4 years ago

andreasvirkus commented 4 years ago

As it's hosted on Netlify, we could utilise Netlify's functions to fetch Vue's repo tags and see if there's a tag matching v3.0.0 for their vue-next repo.

For instance, this gives me the sorted tags (it's a public API)

curl -s -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/vuejs/vue-next/tags
carwack commented 4 years ago

Oh wow that's an awesome idea! Haven't used the Netlify functions yet. But this makes it worth to check out! Would spare me (you, us, idk who else want to add something to this small project) some time!