Giter Club home page Giter Club logo

framer.module.cloudstitch's Introduction

Cloudstitch Framer Module

The Cloudstitch Framer Module lets you load data from Google Spreadsheets and Microsoft Excel directly into your Framer projects.

We think designers should work with realistic data as often as possible. It informs your design decisions, lets you find edge cases that need to be accommodated, and makes for much better demos.

But keeping your data in JSON files is no fun: they're a pain to edit and can't be easily shared. Cloudstitch lets you load the data from shared spreadsheets in the cloud instead.

How to Install

Add the cloudstitch.coffee file to the /modules folder of your project. You can find it in the /modules folder of the example project included in this repository.

This git repository is also a working Framer project that serves as an example. Download it and double click cloudstitch.framer file to see.

How to Use

1. Create a spreadsheet using Cloudstitch

Cloudstitch Framer Module

Clone the Framer Module Demo on Cloudstitch and then edit the spreadsheet created for your new project.

This spreadsheet acts as the datasource that you can load from Framer.

2. Sync your spreadsheet with Cloudstitch

Cloudstitch Framer Module

When you're done editing the spreadsheet, press the green Sync with your Template button in Cloudstitch. This makes a fresh copy of your spreadsheet available over Cloudstitch's API.

3. Use the spreadsheet data in Framer

Include the Cloudstitch module within your project by adding the following:

cloudstitch = require "cloudstitch"

Then get data from your spreadsheet by providing the Cloudstitch username and appname of your project:

cloudstitch.get(username, appname, (data) -> callback(data))

In that code snippet, callback is a function that will get called and passed the variable data, which contains all the tables from your spreadsheet.

You can find the username and appname for your Cloudstitch project by looking at its URL:

Cloudstitch Framer Module

4. Examples and Code

Download the library, along with working demo code, at github.com/cloudstitch/framer.module.cloudstitch

framer.module.cloudstitch's People

Contributors

eob avatar cloudstitch-services avatar

Stargazers

sekyeong  avatar Alex Raduca avatar David Lee avatar Cameron Garrett avatar é. urcades avatar Jan Wächter avatar sio.eth avatar Alexey Nikitin avatar Danny White avatar  avatar  avatar Jonathan Simcoe avatar Nicolas Elizaga avatar Giedrius Jaloveckas avatar Eric avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.