- Notifications
You must be signed in to change notification settings - Fork22
Source for
rust-unofficial/rustaceans-src
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository is the source code forrustaceans.org. To add or modify your data on thewebsite, you want therustaceans.org repo.
The code is in two parts -backend
is hosted atwww.ncameron.org. The entrypoint isrustaceans.js
. This listens for a GitHub PR hook. It inspects the PRand merges it then adds the data to an SQLite database. There is also a RESTfulAPI for getting information about rustaceans from the database.init.js
is analternate stating point which will rebuild the database from the rustaceans.orgrepo. This is all node.js stuff.
Therustaceans.org
directory contains the frontend;index.html
is the entrypoint. This is a React app and is entirely client-based. It uses thebackend's API to get data.
All files in this repository are copyright 2014-2017 rustaceans.org developers.
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE orhttp://www.apache.org/licenses/LICENSE-2.0> or the MIT license<LICENSE-MIT orhttp://opensource.org/licenses/MIT>, at youroption. This file may not be copied, modified, or distributedexcept according to those terms.
About
Source for
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors11
Uh oh!
There was an error while loading.Please reload this page.