https://github.com/yukaii/cafenomad-app
:coffee: 臺灣工作咖啡廳社群 App,使用 React Native
https://github.com/yukaii/cafenomad-app
app cafenomad react react-native
Last synced: about 1 year ago
JSON representation
:coffee: 臺灣工作咖啡廳社群 App,使用 React Native
- Host: GitHub
- URL: https://github.com/yukaii/cafenomad-app
- Owner: Yukaii
- License: mit
- Created: 2016-12-18T08:29:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T03:48:40.000Z (over 9 years ago)
- Last Synced: 2025-04-13T12:11:40.730Z (about 1 year ago)
- Topics: app, cafenomad, react, react-native
- Language: JavaScript
- Homepage: https://itunes.apple.com/tw/app/cafe-nomad-ka-fei-ting-you/id1191271342
- Size: 14.3 MB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CafeNomad App

臺灣工作咖啡廳地圖,感謝 https://cafenomad.tw 提供 API 給人亂打 :sweat_smile:
## Screenshots

## Development
```bash
npm install -g yarn
yarn
cp src/config.js.example src/config.js
```
開啟 `src/config.js` 分別填入 CodePush 的 Deployment key。
### iOS
(TODO, start react-native packager)
### Android
建立 `android/app/src/main/res/values/secrets.xml` 並填入以下內容:
```xml
YOUR_GOOGLE_API_KEY_HERE
```
到 [Google API Console](https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend) 申請你自己的 Google Map API Key。
## License
MIT