Web pages for metacran
JavaScript HTML CSS
Switch branches/tags
Nothing to show
Permalink
Failed to load latest commit information.
bin
lib
public
routes
views
.gitignore
CHECKS
README.md
app.js
package.json

README.md

METACRAN

This is the Express application for the main METACRAN website at http://www.r-pkg.org

Contributions

Yes, please! METACRAN is developed completely in the open. All code and files are on GitHub at https://github.com/metacran.

Bug reports, code, design, ideas, any and all feedback are welcome.

Run it locally

  1. Install node.js. io.js might work, too, although it is currently not tested.

  2. Clone the repo, install needed npm packages:

    git clone https://github.com/metacran/metacranweb
    cd metacranweb
    npm install
    
  3. Start the app:

    PORT=3000 bin/www
    
  4. Go to http://localhost:3000 in your browser.

Tips:

Bits and pieces

Technology used in the app itself:

Plus several smaller packages, see package.json.

We connect to various database backends, via HTTP(S):

  • crandb A CouchDB database of CRAN package metadata.
  • cranlogs CRAN download data from the RStudio mirror. A PostgreSQL database with a HTTP API.
  • seer An elasticsearch database of CRAN package metadata.
  • docs A CouchDB database of various CRAN package documentation: READMEs, NEWS files, CRAN Task Views, etc. This does not have a public API.

License

MIT © 2015 Gabor Csardi and contributors