Skip to content
This repository was archived by the owner on Jul 23, 2019. It is now read-only.
/ searchtime Public archive

Mobile app to search Google with date constraints

Notifications You must be signed in to change notification settings

webful-ltd/searchtime

Repository files navigation

SearchTime

Build Status

This React Native ES6 mobile app lets you search Google for results from a specific time window, in a way that's not easily possible with the official search apps or mobile web site.

Install

With Yarn, run:

  • yarn

Run

  • react-native run-android
  • react-native run-ios

Test

  • With style checks: yarn test
  • Without: yarn test-sans-lint

Travis CI checks require tests and linting rules to pass.

Check code style

yarn lint

Release

Android

Assuming Gradle configured locally:

  • Update version code and name in android/app/build.gradle
  • cd android && ./gradlew assembleRelease
  • To test live build: react-native run-android --configuration=release
  • Upload android/app/build/outputs/apk/app-release.apk to Google Play Developer Console

### iOS

  • react-native bundle --dev false --entry-file index.ios.js --bundle-output ios/main.jsbundle --platform ios
  • Open project ./ios/SearchTime.xcodeproj in Xcode & update version numbers
  • react-native run-ios --configuration Release
  • In Xcode, Set build device to Generic iOS Device
  • Go to Product > Archive
  • Go to Window > Organizer > Archives if not opened automatically. Validate the created archive, and Upload to App Store.
  • Complete beta setup on iTunes Connect

Issues

Tracked on GitHub.

About

Mobile app to search Google with date constraints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published