Skip to content
/ NFC Public
forked from The-Wand/Wand

CoreNFC 📦 Factory unit

License

Notifications You must be signed in to change notification settings

The-Wand/NFC

This branch is 11 commits ahead of, 134 commits behind The-Wand/Wand:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3eee065 · Mar 13, 2025
Jun 11, 2024
Mar 13, 2025
Mar 13, 2025
Mar 13, 2025
Mar 13, 2025
Mar 13, 2025
Feb 20, 2021
Jun 6, 2024
Jun 6, 2024
Jun 6, 2024
May 2, 2024
Mar 13, 2025
Mar 13, 2025
Mar 13, 2025
Mar 13, 2025

Repository files navigation

|wand created to support all platfroms
Prototype implemented on Swift

Swift Package

📦 |Location

⚙️ Usage

//Wait for every NFCNDEFTag
|.every { (tag: NFCNDEFTag) in

}

💡 Idea

Imagine that you have the black box that can give you an Any object.
You don't know what's already in the box and what happens inside.

Ask for object that you need with |

|{ (result: Object) in
            
}
ingredients | { (result: Object) in
            
}
ingredients | .one { (t: T) in
            
} | .every { (u: U) in

} | .while { (v: V) in
  true
}

🪄 Сoncept

Wand started from the idea about receiving anything in most efficient way.
Add one sign to anything and retreive the result 📦

You ideas, comments and contributions are welcome |

Alex Kozin
El Machine 🤖