Skip to content

A website for calculating all prime numbers between two values of choice!

Notifications You must be signed in to change notification settings

Prime-Calculator/prime-calculator.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebAPI

Use:

https://prime-calculator.github.io/list.html?from=1&to=100&raw=true&showIndex

Add either:

  • &raw
  • &raw=true

To only show a list of the prime numbers between 1 & 100.

Extracting data

Just phrase all data from the URL (with the "&raw") using:

JavaScript:

window.onload = document.body.innerText

Add either:

  • &showIndex
  • &showIndex=true

To also display each prime number's index value!

About

A website for calculating all prime numbers between two values of choice!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages