Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.29 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.29 KB

OEIS Client icon OEIS client

An unofficial, open-source React Native mobile client for OEIS.org.

Search and browse the On-Line Encyclopedia of Integer Sequences (OEIS) easily from your iPhone, iPad, iPod, or Android device!

Features:

  • Easy-to-use app tailored for a mobile experience while retaining the essence of the OEIS.
  • Free to use within the end-user license agreement of the OEIS.
  • Use advanced search techniques just like on the website (such as id:A000045 to retrieve only the sequence with ID A000045 or keyword:more to find sequences that need more terms).
  • Tap the Share button to share a link to the sequence.

Neither this app nor the developer are affiliated with the Online Encyclopedia of Integers (https://oeis.org). All of the sequences and related information are retrieved from the OEIS. OEIS and THE ON-LINE ENCYCLOPEDIA OF INTEGER SEQUENCES are trademarks of The OEIS Foundation Inc. More information can be found at http://oeisf.org.

Build

You should be able to build the app by cloning the repo and installing React Native + dependencies with npm:

git clone https://github.com/mshmoustafa/oeisclient.git
npm install
react-native run-ios # or run-android to build the Android app