Skip to content

Commit

Permalink
Link to issue and to another repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlord committed Feb 3, 2017
1 parent 0390711 commit 9f32d3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@

### Sheetsee.js is a client-side library for connecting Google Spreadsheets to a website and visualizing the information in tables, maps and charts.

:rotating_light: This library will be getting a fresh update soon, [here's what's up](https://github.com/jlord/sheetsee.js/issues/120).

---

**This repository is for the [project website](http://jlord.github.io/sheetsee.js) and provides a [compiled version sheetsee.js](./js/sheetsee.js).** Use the compiled version if you want _all_ of what is available in Sheetsee. If you want just the parts that you're going to use in your project and nothing more, you can [build a custom version](./docs/building.md).

**Each part of Sheetsee has its own repository and issues should be opened there.** General issues/pull requests for the site are OK here.

## Repositories for Sheetsee Components
### Repositories for Sheetsee Components

| Component | Description | Repo |
| ------------------- | --------------------------------------------------------------------------------------------------- | ---------------------------- |
| `sheetsee` | Commandline module for building a custom version of Sheetsee. | [jlord/sheetsee](https://github.com/jlord/sheetsee) |
| `sheetsee-core` | **Included in every build**. Gets you started and has the working-with-your-data functions. | [jlord/sheetsee-core](https://github.com/jlord/sheetsee-core) |
| `sheetsee-tables` | Contains everything you'll need to create a table including sortable columns, pagination and search.| [jlord/sheetsee-tables](https://github.com/jlord/sheetsee-tables) |
| `sheetsee-maps` | For making maps with your point, line or polygon spreadsheet data. Built on Mapbox.js. | [jlord/sheetsee-maps](https://github.com/jlord/sheetsee-maps) |
Expand Down

0 comments on commit 9f32d3a

Please sign in to comment.