All Projects → jvidalv → astrale

jvidalv / astrale

Licence: GPL-3.0 license
React Native mobile application. Find out what the future holds for you in this astrology app, available for Android. Powered with Python, MongoDB and PHP.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to astrale

status-bar-height
Listen to status bar changes during incoming calls and other multi-tasking events
Stars: ✭ 73 (-27%)
Mutual labels:  expo
react-native-dva-starter-with-builtin-router
Integrate dva into react-native app with builtin router of dva.
Stars: ✭ 17 (-83%)
Mutual labels:  expo
astrology-api
Astrology API Rest
Stars: ✭ 35 (-65%)
Mutual labels:  astrology
SocialApp-React-Native
Social Networking mobile app similar to Instagram in React Native.
Stars: ✭ 79 (-21%)
Mutual labels:  expo
config-plugins
Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
Stars: ✭ 180 (+80%)
Mutual labels:  expo
horoscope
Open source horoscope generation engine
Stars: ✭ 18 (-82%)
Mutual labels:  astrology
expo-ui-kit
expo-ui-kit - a components based React-Native UI Kit
Stars: ✭ 88 (-12%)
Mutual labels:  expo
expo-gl
Expo module providing WebGL2 implementation
Stars: ✭ 18 (-82%)
Mutual labels:  expo
nodejs-starter-kit
A Universal Javascript Starter Kit to satisify all you Web / App needs!
Stars: ✭ 23 (-77%)
Mutual labels:  expo
Portfolio
Expo + Next.js Portfolio
Stars: ✭ 56 (-44%)
Mutual labels:  expo
react-native-msal
MSAL for React Native
Stars: ✭ 62 (-38%)
Mutual labels:  expo
Expo-Nitro-Roll
A cross-platform video game built with Expo and three.js!
Stars: ✭ 16 (-84%)
Mutual labels:  expo
react-native-select-pro
React Native dropdown (select) component developed by Mobile Reality
Stars: ✭ 79 (-21%)
Mutual labels:  expo
RN-Book-Search
A Book search app using Expo (React Native) and Google Books API
Stars: ✭ 29 (-71%)
Mutual labels:  expo
dzcode.io
Website & mobile app for Algerian open-source community
Stars: ✭ 104 (+4%)
Mutual labels:  expo
react-native-news-app
Get breaking news headlines with short description filtered by your interests and country preferences
Stars: ✭ 75 (-25%)
Mutual labels:  expo
slack-clone-expo
Slack clone using Expo, Stream and react-navigation
Stars: ✭ 69 (-31%)
Mutual labels:  expo
mobile
🤳 React Native code examples for JavaScript Everywhere by Adam Scott, published by O'Reilly Media
Stars: ✭ 33 (-67%)
Mutual labels:  expo
react-native-s3
React Native app to upload and display images from Amazon S3 using AWS Amplify as the back end service.
Stars: ✭ 41 (-59%)
Mutual labels:  expo
Proffy
👥 Plataforma de estudos online, onde é possível conectar alunos com professores. Este é um projeto que foi desenvolvido durante a Next Level Week #2 da @Rocketseat, durante os dias 3 à 7 de agosto de 2020.
Stars: ✭ 12 (-88%)
Mutual labels:  expo

Astrale - Horoscope of the Zodiac

🌍 About the app

Astrale is an astrology mobile application made with React Native. Uses Expo as a toolchain and Paper for styling and theming.

It also supports multiple languages thanks to i18n, by default comes with texts in both English and Spanish.

Is only published in Android, as Apple is not accepting more Astrology apps, but works for both platforms.

🔧 Run it yourself

The app uses Expo for bootstrapping and as develop environment. To get started, first install the dependencies:

$ yarn || npm install

Then run Expo:

$ expo start

Then you can use your own mobile device to run the app or use an Android/iOS emulator. Yes, Expo is amazing.

🍋 Features

In the current version you can:

  • Check your daily horoscope, that includes focus of the day, lucky numbers and compatibility.
  • Check compatibility with other signs.
  • Learn more about astrology and the zodiac.
  • Ask questions to our own non AI Astrologers.

As extra features:

  • Switch between Dark & Light theme.
  • Change to other signs with ease (And check their daily horoscope :p).

🤖 Behind the scenes

(Deprecated, now all the data is local)

A good astrology application needs new data for each day and for each sign soooo.... Python scraper to save the day:

  • Data: Comes from a scraper programmed with Python that each day at midnight goes to astrology pages in spanish and english for the data.
  • Persistence: The data that python extracts is stored in MongoDB.
  • Api: A PHP rest API layer with an API REST that dispatches the data to the application.
  • The boss: All of this (deploys, tests, scraping) is possible thanks to a custom Jenkins.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].