phantomjs/README.md

18 lines
1004 B
Markdown
Raw Normal View History

# [PhantomJS](http://phantomjs.org) - Scriptable Headless WebKit
2010-12-27 06:49:33 +03:00
PhantomJS ([www.phantomjs.org](http://phantomjs.org)) is a headless WebKit with JavaScript API. The latest [stable release](http://code.google.com/p/phantomjs/wiki/ReleaseNotes) is version 1.5 (codenamed "Ghost Flower").
## Features
2010-12-27 06:49:33 +03:00
- **Multiplatform**, available on major operating systems: Windows, Mac OS X, Linux, other Unices.
- **Fast and native implementation** of web standards: DOM, CSS, JavaScript, Canvas, SVG. No emulation!
- **Pure headless (X11) on Linux**, ideal for continuous integration systems.
- **Easy to install**: [Download](http://code.google.com/p/phantomjs/wiki/Installation), unpack, and start having fun in just 5 minutes.
- Scripts can be written in **JavaScript** or **CoffeeScript**.
## Questions?
- Explore the complete [documentation](http://code.google.com/p/phantomjs/wiki/PhantomJS?tm=6).
- Join the [mailing-list](http://groups.google.com/group/phantomjs) and discuss with other PhantomJS fans.
2010-12-27 06:49:33 +03:00