Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximilianschmitt/ipman
https://github.com/maximilianschmitt/ipman
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximilianschmitt/ipman
- Owner: maximilianschmitt
- Created: 2015-07-18T17:04:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T12:47:17.000Z (over 9 years ago)
- Last Synced: 2024-10-15T04:45:06.024Z (3 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
**Update:** I got something simple working, following this little guide: https://github.com/rackt/react-router/wiki/Announcements#whats-the-deal-with-the-new-api
# ipman
A minimal setup for rendering [React](http://reactjs.org/) on the server using [express](http://expressjs.com/) and [react-router](http://rackt.github.io/react-router/).
I want to enhance this sample application by making it fetch the IP from [http://ip.jsontest.com/](http://ip.jsontest.com/). Following [best practices](http://aeflash.com/2015-02/react-tips-and-best-practices.html), I believe the `Ip` component should stay untouched.
## Try it out!
```
git clone https://github.com/maximilianschmitt/ipman
cd ipman
npm install
npm start
```The server will listen on port `3000` or the one specified in the environment variable `PORT`.