Skip to content

AloisSeckar/JEPeek

Repository files navigation

JEPeek

Checks OpenJDK JEP Index for last added JEP and Draft

The project is build in Nuxt

Usage

Visit http://jepeek.netlify.app or fetch http://jepeek.netlify.app/api/peek to get the lastest data

Output comes in alike JSON structure:

{
  "fetched": "2023-11-03T18:34:02.227Z",
  "lastJEP": "463",
  "lastDraft": "8318898"
}

If something went wrong during scraping data, the return value would be -1. Try again in a while.

You're welcome to raise question, report a bug or suggest an improvement via GitHub issues

About

Checks OpenJDK JEP Index for last added JEP and Draft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published