Skip to content

Commit

Permalink
chore: updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanyilmaz committed May 13, 2024
1 parent 1f863ef commit 5ef55fb
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,20 @@
# WoMob - WordPress to Mobile App
[![wakatime](https://wakatime.com/badge/github/burhanyilmaz/womob.svg)](https://wakatime.com/badge/github/burhanyilmaz/womob)

This app utilizes the WordPress REST API. After clicking the convert button, your WordPress website will be transformed into a mobile app. Currently, there is only a blog template available.
πŸ“± Transform Your Website into a Mobile App with WoMob! πŸš€

After adding your WordPress website URL, you will access your mobile app. This is not a web view. Some of the post content is web view (only iframe), others are not.
πŸ”§ <b>Utilize the WordPress REST API:</b> Smoothly integrate your WordPress website into a mobile app environment.

πŸ”„ <b>Easy Conversion Process:</b> With just a click of a button, your WordPress site converts into a functional mobile application.

πŸ“ <b>Blog Template Available:</b> Start with a simple blog template to showcase your content on mobile devices.

🌐 <b>Native Components:</b> All components are native without iframe content. Some post content includes an iframe element. App using web view for displaying part of this content.

πŸ’¬ <b>Get Started Today:</b> Simply add your WordPress website URL and gain access to your personalized mobile app. It's that easy!

πŸ™Œ <b>Join the WoMob Community:</b> Join us in shaping the future of WoMob. Your input matters, and together, we can create something truly exceptional.

We welcome contributions from everyone. We appreciate your help in making WoMob better!

## Intro Videos
- Demo video shows you what the app can do in simple terms. [Demo Video](https://www.youtube.com/watch?v=1vto0uXtHTQ)
Expand All @@ -18,14 +27,10 @@ git clone https://github.com/burhanyilmaz/womob
yarn install || npm install
// android
yarn android
// ios
yarn ios
yarn android || yarn ios
// tests
yarn jest
yarn test
If you have questions, please feel free to ask.
```
Expand All @@ -47,4 +52,4 @@ If you have questions, please feel free to ask.
| React Native Testing Library | v12.5 |

## Sponsors
<a style="align:center" href="https://empler.ai/"><img src="./repoAssets/sponsors/emplerai.png" width="200" alt="WoMob Sponsor: Empler.ai" style/></a>
<a style="align:center" href="https://empler.ai/"><img src="./repoAssets/sponsors/emplerai.png" width="200" alt="WoMob Sponsor: Empler.ai" style/></a>

0 comments on commit 5ef55fb

Please sign in to comment.