Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 647 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 647 Bytes

Nth Prime Retriever

NPM Package

This is an npm package that when installed into a project exposes a function that takes in an nth position and returns the prime number in that position of a list of primes.

Link to Package: https://www.npmjs.com/package/nth-prime-retriever

Live Demo

If you want to see it working in a project go to: https://get-nth-prime-form.vercel.app/

Implementation Example

If you want an example of how to implement check out: https://github.com/Flquintero/get-nth-prime-form

Installing Dependancies

After cloning don't forget to run:

npm install

Tests

To test run:

npm run test