Skip to content

Commit

Permalink
clify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoliangyu committed Jan 21, 2020
1 parent d2cce50 commit 4d44f90
Show file tree
Hide file tree
Showing 16 changed files with 5,874 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 10
- lts/*
sudo: false # Enable docker-based containers
cache:
directories: # Cache dependencies
Expand Down
15 changes: 0 additions & 15 deletions HEROKU.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2015 Esri
Copyright 2020 Esri

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@ Once Koop is running, you can test these sample requests:
* [http://localhost:8080/github/koopjs::geodata::north-america/FeatureServer/0/query](http://localhost:8080/github/koopjs::geodata::north-america/FeatureServer/0/query)
* [http://localhost:8080/craigslist/seattle/apartments/FeatureServer/0/query](http://localhost:8080/craigslist/seattle/apartments/FeatureServer/0/query)


## Deploying

### Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/koopjs/koop-sample-app)

### Now
1. Install [Now](https://zeit.co/now)
2. run `now -e PORT=80`

## Resources

* [Koop](https://github.com/koopjs/koop)
Expand Down
7 changes: 0 additions & 7 deletions app.json

This file was deleted.

3 changes: 0 additions & 3 deletions config/custom-environment-variables.json

This file was deleted.

3 changes: 3 additions & 0 deletions config/default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"port": "8080"
}
3 changes: 3 additions & 0 deletions koop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "app"
}
Loading

0 comments on commit 4d44f90

Please sign in to comment.