JSPM

ng-airform

0.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q15619F
  • License MIT

Functional HTML forms for Front-End Developers.

Package Exports

  • ng-airform

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ng-airform) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Airform - Functional HTML forms for Front-End Developers.

Functional HTML forms for Front-End Developers.

Travis Status AppVeyor Status Codacy Status Dependencies Status Version Status Download Status Gitter Chat

Why it's awesome

What if you could use a service that gives you full control over the form, yet doesn’t require you to use anything on your server? Airform gives you the ability to create functional HTML forms without thinking about servers.

Install

Install with npm

$ npm install ng-airform

Install with Yarn

$ yarn add ng-airform

Run with npx (without installing!)

npx ng-airform

Usage

<form action="https://airform.io/your@email.com" method="post">
  <input type="text" name="name" placeholder="Enter your name">
  <textarea name="message" placeholder="Enter your message"></textarea>
  <button>Send</button>
</form>

Quick Tip: The action attribute defines the location URL where the form's collected data should be sent when it is submitted. The method attribute defines which HTTP method to send the data with (should be "post").

Features

  • No Server Management
  • Automated High Availabilty
  • Zero-Configuration
  • Safe Ship Mode
  • Unlimited Form Submissions
  • Cross Platform Support
  • More Productivity
  • Web Standards
  • Open Source

Contributing

Want to contribute? Follow these recommendations.

License

Designed with ♥ by CJ Patoilo. Released under MIT License.