Skip to content

psilos/primes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prime Number Service

A RESTful Web Service that returns all Prime Numbers up to and including a number provided

Example

The REST call should look like http://host.com/primes/10 and should return JSON content:

{ “initial”: 10 “primes”: [2,3,5,7] }

About

A RESTful Web Service that returns all Prime Numbers up to and including a number provided

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages