GithubHelp home page GithubHelp logo

toilet's Introduction

厕所在哪

缘起

有一天在上班的途中,突然肚子不舒服,需要急需找到附近的卫生间。有过类似经历的同学,应当知道那种如狂风暴雨来的突然,如黑云密布那种无助......(省略号不代表什么,不要多想)为此,实现了该App。
对于开发者来说,开发一款App,涉及到的条件还是蛮多的。比如需要服务接口、需要后台编辑系统、需要运营工具等。因此,该案例借助了高德开放平台的免费资源、七牛的免费图片存储、微信公众号的文章编辑系统、阿里云服务部署等。这一切,对于开发一款小型的App已经足够。如果能够极大的运用时代的福利,我们将极大的缩小开发App的时间。希望该项目能给想快速开发App的同学参考且带来益处。

服务端

获取模块列表服务:

http://123.57.39.116:3000/data/read?type=cookies        
http://123.57.39.116:3000/data/read?type=it      
http://123.57.39.116:3000/data/read?type=manager        
http://123.57.39.116:3000/data/read?type=sanwen       

获取首页配置:

http://123.57.39.116:3000/data/read?type=config       

客户端

地图中自动搜索附近2KM以内的卫生间,提供卫生间基础信息,以及路线导航规划。

文章阅读,包含推荐文章和分类

当地的实时天气

App Store (iOS 8.0+) 搜索“厕所在哪” 即可下载

架构

toilet's People

Contributors

924211739 avatar vczero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

toilet's Issues

Ignoring return value of function declared with 'warn_unused_result' attribute

错误:
/toilet/node_modules/react-native/Libraries/WebSocket/RCTSRWebSocket.m:494:3: Ignoring return value of function declared with 'warn_unused_result' attribute

修改:

SecRandomCopyBytes(kSecRandomDefault, sizeof(uint32_t), (uint8_t *)mask_key);
修改为
(void)SecRandomCopyBytes(kSecRandomDefault, sizeof(uint32_t), (uint8_t *)mask_key);

运行报错,按如下提示操作已就报错!

[fatal][tid:main] Unable to resolve module react/lib/ReactUpdates from /Users/llbt/Desktop/toilet-master/toilet/node_modules/react-native/Libraries/react-native/react-native.js: Unable to find this module in its module map or any of the node_modules directories under /Users/node_modules/react/lib/ReactUpdates and its parent directories

This might be related to facebook/react-native#4968
To resolve try the following:

  1. Clear watchman watches: watchman watch-del-all.
  2. Delete the node_modules folder: rm -rf node_modules && npm install.
  3. Reset packager cache: rm -fr $TMPDIR/react-* or npm start -- --reset-cache.

线上服务器打开不了?

去苹果app store下载了该软件,想看下交互效果,功能之类的,结果白屏了,作者已经不维护该app了?

无法运行项目,报错

react-native-cli: 2.0.1

报错截图

是否需要运行server?
还是需要指定react-native的版本?
请楼主看看怎么解决,是否能够提供下该项目的运行步骤说明

hhhhhh

今天我还在跟同事调侃说想做一个 找附近厕所的手机APP 然后晚上到github上面一看就已经有了哈哈哈,笑死
有空可以在想想是否可以添加一个一键送纸功能(比如我这样的小可爱上厕所经常不带纸,如果有送纸小哥的话简直就是一个福音!),或者说用户评价这样的商业化功能,对,没错,

有点兴奋激动...

13年,在广州逛街时由于找厕所憋出内伤,后来突想做个共享厕所的App,经过和产品Leader商讨......最后想法破灭。今天闲逛,发现已开源....激动有人也有同样的想法哈哈...

无法运行

Application toilet has not been registered. This is either due to a require() error during initialization or failure to call AppRegistry.registerComponent.

runApplication
AppRegistry.js:93
__callFunction
MessageQueue.js:204

MessageQueue.js:95
guard
MessageQueue.js:41
callFunctionReturnFlushedQueue
MessageQueue.js:94

Now has error ,as below

`2016-09-11 20:51:39.967 [fatal][tid:main] Unable to resolve module react from /Users/apple/Desktop/toilet/toilet/index.ios.js: Unable to find this module in its module map or any of the node_modules directories under /Users/node_modules/react and its parent directories
It seems relation with react-native's latest version upgrade?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.