소스코드 : https://github.com/PacktPublishing/Rapid-Product-Development-with-n8n
This is the code repository for Rapid Product Development with n8n, published by Packt.
A practical guide to creating digital products on the web using workflow automation and n8n
Explore how n8n enables you to connect different systems and cloud services without having to hire specialists or develop technical skill sets across multiple tech stacks. This book will show you how n8n can reduce the time required to develop new products, helping you bring them to the market quickly compared to building a whole development team.
This book covers the following exciting features:
- Identify opportunities to use n8n in your organization and develop a business use case
- Understand how to use APIs and webhooks with n8n
- Build a custom production-ready API endpoint for your n8n applications
- Create an end-to-end web application by connecting an API to the frontend
- Automate your digital processes based on time and external triggers
If you feel this book is for you, get your copy today!
All of the code is organized into folders. For example, Chapter02.
The code will look like the following:
{
"name": "Hello World",
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
150
]
}
Following is what you need for this book:
This book is for web developers and low code enthusiasts who have basic knowledge of JavaScript as well as some basic understanding of web concepts such as APIs and webhooks. Developers looking for a digital platform to enable rapid prototyping and automation for their workflow will find this book useful.
With the following software and hardware list you can run all code files present in the book (Chapter 1-10).
ChapterSoftware requiredOS required
1-10 | n8n | Cloud or a local installation |
1-10 | Telegram, GitHub account | Windows, Mac OS X, and Linux (Any) |
8-9 | Bubble | Windows, Mac OS X, and Linux (Any) |
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.
- Automate it with Zapier [Packt] [Amazon]
- Workflow Automation with Microsoft Power Automate [Packt] [Amazon]
Jason McFeetors works as a senior management consultant for a large IT consulting firm in Canada, where he is presently working with a team designing and building cloud-based call center solutions. Jason has been working in the IT industry for over 25 years and has worked at nearly every level in the industry, from support tech to system architect to chief technology officer. His love for all things tech takes him to all sectors of the industry, including software development, hardware design, automation, and IoT. His work has previously been featured in Popular Science and Lifehacker.
Tanay Pant is an author, speaker, and developer relations expert. He has written the books Learning Web-based Virtual Reality, Building a Virtual Assistant for Raspberry Pi, and Learning Firefox OS Application Development. He has been listed in the about credits of the Firefox web browser for his contributions to the different open source projects of the Mozilla Foundation. He also writes for several websites, such as SitePoint and Tuts+, where he shares tips and tricks about web development.